Hallo!
Seid dem neusten Release 132 funktioniert die Sidebar nicht mehr. Gibt es dazu schon eine Lösung?
MfG
Hallo!
Seid dem neusten Release 132 funktioniert die Sidebar nicht mehr. Gibt es dazu schon eine Lösung?
MfG
Gibt es dazu schon eine Lösung?
Hallo und Willkommen hier im Forum. 😊
Teste bitte mal, Werte evtl. für dich noch anpassen:
@-moz-document url("chrome://browser/content/places/bookmarksSidebar.xhtml"),
url("chrome://browser/content/browser.xhtml") {
#sidebar-box {
position: absolute !important;
top: 146px;
bottom: 1px;
width: 230px !important;
z-index: 100 !important;
opacity: 0 !important;
margin-left: -229px !important;
transition: margin-left .5s linear .4s, opacity .6s ease-in .2s !important;
}
#sidebar-box:hover {
opacity: 1 !important;
margin-left: 0 !important;
transition: margin-left .66s !important;
}
}
Alles anzeigen
PS:
Ich habe deine Frage aus dem anderen mal Thread abgetrennt, und in einen neuen eigenen verschoben.
Hi Andreas
Super, funktioniert einwandfrei.
Danke für die schnelle Hilfe.
Gruß Andy
Danke für die schnelle Hilfe.
Freut mich wenn ich dir damit helfen konnte, war gern geschehen