mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 22:40:55 -08:00
Fix: Utils - typo
This commit is contained in:
parent
3099488ed3
commit
878ca3fa95
2 changed files with 3 additions and 3 deletions
|
|
@ -46,7 +46,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@mixin OneLinerNabarContent() {
|
||||
@mixin OneLinerNavbarContent() {
|
||||
@include NotOption("userChrome.tabbar.one_liner") {
|
||||
@content;
|
||||
}
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
@mixin OneLinerNavbar() {
|
||||
@include Option("userChrome.autohide.navbar") {
|
||||
@include OneLinerNabarContent() {
|
||||
@include OneLinerNavbarContent() {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue