mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 13:04:19 +00:00
22 lines
No EOL
375 B
CSS
22 lines
No EOL
375 B
CSS
.SummaryText {
|
|
flex-grow: 3;
|
|
|
|
padding: 0 0 0 20px;
|
|
|
|
background-color: var(--bg-light);
|
|
|
|
display: flex;
|
|
justify-content: stretch;
|
|
align-items: center;
|
|
|
|
font-size: small;
|
|
}
|
|
|
|
.Text {
|
|
height: 60px;
|
|
overflow-y: auto;
|
|
|
|
/* Custom scrollbar (firefox only!) */
|
|
scrollbar-color: var(--bg-accent) var(--bg-light);
|
|
scrollbar-width: auto;
|
|
} |