mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
remember to hide the unnecessary scrollbuttons
This commit is contained in:
parent
3091101489
commit
ee78d236b6
2 changed files with 6 additions and 0 deletions
|
@ -91,6 +91,9 @@
|
||||||
|
|
||||||
.tabbrowser-tab > stack{ width: 100%; height: 100% }
|
.tabbrowser-tab > stack{ width: 100%; height: 100% }
|
||||||
|
|
||||||
|
#scrollbutton-up,
|
||||||
|
#scrollbutton-down,
|
||||||
|
#scrollbutton-up~spacer,
|
||||||
#tabbrowser-tabs .scrollbutton-up,
|
#tabbrowser-tabs .scrollbutton-up,
|
||||||
#tabbrowser-tabs .scrollbutton-down,
|
#tabbrowser-tabs .scrollbutton-down,
|
||||||
#alltabs-button,
|
#alltabs-button,
|
||||||
|
|
|
@ -147,6 +147,9 @@
|
||||||
margin-inline-start: 0px !important;
|
margin-inline-start: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#scrollbutton-up,
|
||||||
|
#scrollbutton-down,
|
||||||
|
#scrollbutton-up~spacer,
|
||||||
#tabbrowser-tabs .scrollbutton-up,
|
#tabbrowser-tabs .scrollbutton-up,
|
||||||
#tabbrowser-tabs .scrollbutton-down,
|
#tabbrowser-tabs .scrollbutton-down,
|
||||||
#alltabs-button,
|
#alltabs-button,
|
||||||
|
|
Loading…
Reference in a new issue