mirror of
https://github.com/anotherlusitano/SpectrumPlus.git
synced 2026-07-22 04:10:27 +00:00
Fix sidebar width (#57)
* fix: icnrease side-docks and ribbon width so icons are not cut off * fix: increase header-height to match tab-header
This commit is contained in:
parent
b63ae6f279
commit
8b09b90321
1 changed files with 7 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
--max-width-text: 750px;
|
||||
|
||||
/* Companion */
|
||||
--spectrum-side-docks: 0 0 30px;
|
||||
--spectrum-side-docks: 0 0 40px;
|
||||
--spectrum-hue: 20;
|
||||
--monochrome-color: hsl(var(--spectrum-hue), 100%, 50%);
|
||||
}
|
||||
|
|
@ -90,6 +90,9 @@
|
|||
--background-modifier-error: #cf2d2d;
|
||||
--background-modifier-error-hover: #a72020;
|
||||
--text-highlight-bg: #e9b35f;
|
||||
|
||||
--ribbon-width: 40px;
|
||||
--header-height: 42px;
|
||||
}
|
||||
|
||||
:root,
|
||||
|
|
@ -121,6 +124,9 @@
|
|||
--background-modifier-error: #cf2d2d;
|
||||
--background-modifier-error-hover: #a72020;
|
||||
--text-highlight-bg: #e9b35f;
|
||||
|
||||
--ribbon-width: 40px;
|
||||
--header-height: 42px;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
|
|||
Loading…
Reference in a new issue