hide firefox bar and show on hover
This commit is contained in:
@@ -116,6 +116,9 @@ in
|
||||
#TabsToolbar {
|
||||
visibility: collapse !important;
|
||||
}
|
||||
#navigator-toolbox:not(:hover):not(:focus-within):has(#toolbar-menubar[inactive]) {
|
||||
margin-top: -36px;
|
||||
}
|
||||
'';
|
||||
# Changes the extension storage backend from IDB to json, wipes all data when switching
|
||||
extensions.force = true;
|
||||
|
||||
@@ -10,7 +10,7 @@ buildNpmPackage rec {
|
||||
src = fetchGit {
|
||||
url = "git@github.com:oberprofis/scheibnkleister-presence.git";
|
||||
ref = "master";
|
||||
rev = "5792947380cac194c566e627d8f4e53787e43fad";
|
||||
rev = "c3157f9be51e49a4fc102d141ab562d38645ffcf";
|
||||
};
|
||||
|
||||
forceGitDeps = true;
|
||||
|
||||
Reference in New Issue
Block a user