2002Andreas
Lt. Junior Grade
- Registriert
- Feb. 2017
- Beiträge
- 510
Teste bitte:BrainBuggy schrieb:Ich suche schon nach einer Lösung.
CSS:
@-moz-document url-prefix("chrome://browser/content/browser.xhtml") {
/* Mehrzeilige Lesezeichen-Symbolleiste */
#PersonalToolbar,
#PlacesToolbarItems {
max-height: calc(20px * 9) !important;
min-height: 20px !important;
}
#PlacesToolbar > hbox {
display: block;
}
#PersonalToolbar toolbarbutton {
max-height: 20px !important;
min-height: 20px !important;
margin: 0 1px !important;
}
#PlacesToolbarItems {
display: flex;
flex-wrap: wrap;
overflow-x: visible;
overflow-y: auto;
contain: none !important;
}
#PlacesToolbarItems > scrollbar {
-moz-window-dragging: no-drag;
}
#PlacesToolbar #PlacesChevron {
display: none;
}
}