Skip to content

Commit

Permalink
Merge pull request #218 from soulhotel/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
soulhotel authored Dec 13, 2024
2 parents 9cfeb00 + e416a4a commit e9eef99
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions theme/all-global-positioning.css
Original file line number Diff line number Diff line change
Expand Up @@ -739,15 +739,15 @@ menupopup menuseparator {opacity:0.2 !important;}
@media (-moz-bool-pref: "ultima.tabs.autohide") {
@media (-moz-bool-pref: "sidebar.verticalTabs") {
:root:has(#sidebar-box:not([hidden])) {
--uc-sb-margins: 2px 5px -2px 0px;
--uc-sb-margins-right: 2px 5px -2px 5px;
--uc-sb-margins: 2px 5px 5px 0px;
--uc-sb-margins-right: 2px 5px 5px 5px;
}
}}
@media (-moz-bool-pref: "ultima.disable.verticaltab.bar") {
@media (-moz-bool-pref: "sidebar.verticalTabs") {
:root:has(#sidebar-box:not([hidden])) {
--uc-sb-margins: 2px 5px -1px 5px;
--uc-sb-margins-right: 2px 5px -1px 5px;
--uc-sb-margins: 2px 5px 5px 5px;
--uc-sb-margins-right: 2px 5px 5px 5px;
}
}}

Expand Down
2 changes: 1 addition & 1 deletion theme/all-global-theme-catppuccin-frappe.css
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Custom Icons
}
}

} /* < end of Theming */




Expand Down
2 changes: 1 addition & 1 deletion theme/all-global-theme-catppuccin-mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Custom Icons
}
}

} /* < end of Theming */




Expand Down
2 changes: 1 addition & 1 deletion theme/all-global-theme-catppuccin.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Custom Icons
}
}

} /* < end of Theming */




Expand Down
2 changes: 1 addition & 1 deletion theme/all-global-theme-dusky.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Custom Icons
}


} /* < end of Theming */




Expand Down
2 changes: 1 addition & 1 deletion theme/all-global-theme-fullmoon.css
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Custom Icons
}
}

} /* < end of Theming */




Expand Down
2 changes: 1 addition & 1 deletion theme/all-global-theme-gruvbox-l.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ Custom Icons
}


} /* < end of Theming */




Expand Down
2 changes: 1 addition & 1 deletion theme/all-global-theme-gruvbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Custom Icons
}
}

} /* < end of Theming */



/* Custom Icons ------------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion theme/all-global-theme-midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Custom Background
}
}

} /* < end of Theming */




Expand Down

0 comments on commit e9eef99

Please sign in to comment.