Fix: One Liner - Responsive with tabs on bottom

This commit is contained in:
alstjr7375 2022-08-03 09:11:31 +09:00
parent 7a725d9645
commit eecc5b03f0
8 changed files with 627 additions and 265 deletions

View file

@ -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;