mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
fix: window bar disappearing in Glassy Dark (#1878)
* fix: glassy dark content container claiming entire width (#1713) * fix: apply container height fix only when using window bar --------- Co-authored-by: Jeff <42182408+jeffvli@users.noreply.github.com>
This commit is contained in:
@@ -125,6 +125,10 @@ table {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
:has(.fs-window-bar-module-window-bar) .fs-main-content-module-main-content-container {
|
||||
height: calc(100vh - 30px);
|
||||
}
|
||||
|
||||
.mantine-Tabs-root {
|
||||
input {
|
||||
border-radius: 18px;
|
||||
|
||||
Reference in New Issue
Block a user