mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-03 03:11:40 +00:00
13 lines
297 B
CSS
13 lines
297 B
CSS
.sidebar-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
max-height: calc(100vh - 119px);
|
|
user-select: none;
|
|
background: var(--theme-colors-background-alternate);
|
|
}
|
|
|
|
.sidebar-container.web,
|
|
.sidebar-container.linux {
|
|
max-height: calc(100vh - 149px);
|
|
}
|