mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-09 19:00:48 +00:00
50 lines
632 B
CSS
50 lines
632 B
CSS
#share-dialog {
|
|
width: 80%;
|
|
}
|
|
|
|
#share-dialog-layout {
|
|
align-items: start;
|
|
min-width: 50em;
|
|
height: 90%;
|
|
overflow-y: auto;
|
|
}
|
|
.share-dialog-field {
|
|
width: 100%;
|
|
}
|
|
|
|
#headingLayout {
|
|
width: 100%;
|
|
max-height: 10%;
|
|
display: flex;
|
|
position: relative;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-bottom: 12px;
|
|
}
|
|
|
|
#closeIcon {
|
|
right: 0;
|
|
position: absolute;
|
|
bottom: 2.1em;
|
|
}
|
|
|
|
#url-area-layout {
|
|
width: 100%;
|
|
}
|
|
|
|
#package-area-tree-layout {
|
|
width: 100%;
|
|
}
|
|
|
|
#package-area-unification-layout {
|
|
width: 100%;
|
|
}
|
|
|
|
#latex-area-tree-layout {
|
|
width: 100%;
|
|
}
|
|
|
|
#latex-area-unification-layout {
|
|
width: 100%;
|
|
}
|