mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-23 00:55:37 +00:00
12 lines
192 B
CSS
12 lines
192 B
CSS
.menuContent {
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: $toolbarMenuItemBackgroundColor;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.scroller {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|