mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-26 10:23:48 +01:00
11 lines
192 B
CSS
11 lines
192 B
CSS
.menuContent {
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: $toolbarMenuItemBackgroundColor;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.scroller {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|