mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
13 lines
239 B
CSS
13 lines
239 B
CSS
.sidebar-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
max-height: calc(100vh - 119px);
|
|
user-select: none;
|
|
}
|
|
|
|
.sidebar-container.web,
|
|
.sidebar-container.linux {
|
|
max-height: calc(100vh - 149px);
|
|
}
|