summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/firefox-chrome.css
blob: 726f1e4b94ba29e577802933d051fb2eb1f1e416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

* {
    font-size:12px;
}

#sidebar-main:has([expanded]) {
    min-width:20em !important;
    max-width:20em !important;
}

#sidebar, #sidebar-box {
    min-width:35em !important;
    max-width:35em !important;
}

#sidebar-box {
    margin-right: var(--space-small);
}

/*
#sidebar {
    min-width:20em !important;
    max-width:20em !important;
    border-right:1px solid rgba(30,30,30) !important;
}

#sidebar-header:nth-last-child(2) > *:last-child {
    visibility: collapse;
}

#sidebar-splitter {
    visibility: collapse;
}

#toolbar-menubar[inactive="true"] + #TabsToolbar {
    visibility: collapse !important;
}

#sidebar-box[sidebarcommand="tabcenter-reborn_ariasuni-sidebar-action"] #sidebar-header { visibility: collapse !important; }
#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] #sidebar-header { visibility: collapse !important; }
*/

.titlebar-buttonbox-container{ display: none; }
#vertical-spacer { display: none; }
#tabbrowser-tabs[orient="vertical"] .tab-background {
    border-radius: var(--border-radius-small) !important;
}
hbox:has(> #tabs-newtab-button) {
    display: none;
}
#sidebar-main .tools-and-extensions {
    justify-content: space-around !important;
}