Witamy na witrynie Dodatki dla programu Firefox dla Androida.
Dodaj dodatkowe funkcje i motywy, by dostosować program Firefox dla Androida do swoich potrzeb.
ZamknijOpinia o own autorstwa bradr
Oceniono na 4 z 5 możliwych gwiazdek
I love Own. It looks great! But... the bookmark bar is too big. It's way too thick. You should make it the same height as the menu bar.
I will be using macFox for now. When you update it, I will know!
Do you mean the menu?
Add this in your userCrhome.css:
/* change size of bookmark menu */
menuitem[class="menuitem-iconic bookmark-item"],
menu[class="menu-iconic bookmark-item"]{
height: 18px !important; /* Höhe der Einträge */
max-width: 42em;
border: 1px solid Transparent;
}
or:
/* change size of all menus */
menuitem,
menu{
height: 18px !important; /* Höhe der Einträge */
max-width: 42em;
border: 1px solid Transparent;
}
Aby tworzyć własne kolekcje, musisz mieć konto na witrynie Mozilla Add-ons.