mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
7 lines
234 B
CSS
7 lines
234 B
CSS
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
|
||
|
|
||
|
/* full screen toolbars */
|
||
|
#navigator-toolbox[inFullscreen] toolbar:not([collapsed="true"]) {
|
||
|
visibility:visible!important;
|
||
|
}
|