mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 06:50:33 -08:00
Fix: One Liner - Responsive with tabs on bottom
This commit is contained in:
parent
7a725d9645
commit
eecc5b03f0
8 changed files with 627 additions and 265 deletions
|
|
@ -19,6 +19,19 @@
|
|||
}
|
||||
}
|
||||
|
||||
@mixin OneLinerOnBottom() {
|
||||
@include NotOption("userChrome.tab.one_liner") {
|
||||
@content;
|
||||
}
|
||||
@include Option("userChrome.tab.one_liner") {
|
||||
@include Option("userChrome.tab.one_liner.responsive") {
|
||||
@media screen and (max-width: 1100px) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@mixin OneLinerTabbar() {
|
||||
@include NotOption("userChrome.tab.one_liner.responsive") {
|
||||
@content;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue