Komisch. Die Leiste erscheint trotzdem nicht.
Das ist der CSS-Code, den ich in der Datei habe:
CSS
/*Sidebar rechte Seite per hover*/
#menu_bookmarksSidebar {
display: -moz-box !important;
}
#bookmarks-view-children {
margin-top: -160px !important;
margin-left: -15px !important;
}
#sidebar-header {
display: none !important;
}
#sidebar-search-container {
display: none !important;
}
#sidebar-box {
position: relative;
min-width: 3px !important;
max-width: 3px !important;
z-index: 1;
}
#sidebar-splitter {
display: none;
}
#sidebar-header {
overflow: hidden;
padding: 0 !important;
}
#sidebar-box {
direction: rtl !important;
}
#sidebar-header,
#sidebar {
background-color: inherit !important;
border-left: 1px solid grey !important;
transition: min-width 300ms linear 5s !important; /*Zeit raus - rein*/
min-width: 3px !important;
}
#sidebar-box:hover > #sidebar-header,
#sidebar-box:hover > #sidebar {
min-width: 230px !important;
transition-delay: 100ms !important;
}
Alles anzeigen
Die Seitenleiste habe ich aktiviert.
Merkwürdig ist, dass etwas am linken Rand zu sehen ist, obwohl die Leiste rechts erscheinen sollte.
Seitenleiste aktiv:
Seitenleiste nicht aktiv:
Man muss schon genau hinschauen, dass dort etwas zu erkennen ist.
Ich kann auch Ordner aus der Seitenleiste ziehen.
Was könnte hier nicht passen?