mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
remove remaining --proton-* variables. fixes #111
This commit is contained in:
parent
6542097da9
commit
be838e98f3
1 changed files with 1 additions and 2 deletions
|
@ -8,10 +8,9 @@ See the above repository for updates as well as full license text. */
|
|||
Get window_control_placeholder_support.css
|
||||
Window controls will be all wrong without it
|
||||
*/
|
||||
:root{ --tab-block-margin: var(--proton-tab-block-margin) }
|
||||
|
||||
:root[uidensity="compact"]{
|
||||
--tab-block-margin: 2px !important;
|
||||
--proton-tab-block-margin: 2px !important;
|
||||
}
|
||||
|
||||
/* Modify these to change relative widths or default height */
|
||||
|
|
Loading…
Reference in a new issue