mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
28 lines
373 B
CSS
28 lines
373 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%;
|
|
}
|
|
|
|
#share-heading-layout {
|
|
width: 100%;
|
|
max-height: 10%;
|
|
display: flex;
|
|
position: relative;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-bottom: 12px;
|
|
}
|
|
|
|
.copy-button-layout {
|
|
width: 100%;
|
|
}
|