Aktywne Wpisy
Kaja_Kern +10
Nie, nie warto było iść ani na aa ani do psycholożki. Albo obleśne, niepotrzebne teksty, albo powtarzanie non stop wszystkiego co już słyszałam milion razy od siebie samej. Ja wiem jaki mam problem z piciem. Dwa razy w miesiącu kupuję flachę, idę do lasu i tyle mnie widzieli. Nikomu dupska nie daje, nie przeszkadzam. Chodzę i słucham muzy. Znam ludzi z gorszym problemem alkoholowym, ale oni nic z tym nie robią. Nie
kyloe +20
PS. Ach, znalazłem wreszcie jak w nowym FF ustawić karty w rzędach. Zaraz czuje się jak kiedyś! ! fostrzyk@mint:~$ cat .mozilla/firefox/.default/chrome/userChrome.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
/* Tabs: no icons */
.tabbrowser-tabs .tab-icon-image { display: none !important; }
/* all the following is to have multiple rows of tabs */
/*
The class .tabbrowser-tabs has been replaced with id #tabbrowser-tabs
changed selectors accordingly
*/
.tabbrowser-tab:not([pinned]) {
flex-grow:1;
min-width:150px !important; /* Needed important tag, width can be whatever you like */
max-width: 150px !important; /* Makes the tabs always fill the toolbar width */
}
.tabbrowser-tab,.tab-background {
height:var(--tab-min-height);
}
.tab-stack {
width: 100%;
}
#tabbrowser-tabs .scrollbox-innerbox {
display: flex;
flex-wrap: wrap;
}
#tabbrowser-tabs .arrowscrollbox-scrollbox {
overflow: visible;
display: block;
}
#titlebar,#titlebar-buttonbox{
height:var(--tab-min-height) !important;
}
#titlebar{
margin-bottom:calc(var(--tab-min-height)*-1) !important;
}