Always use 12px font for fixed header.
This commit is contained in:
parent
db10d477bd
commit
a4bdd4b362
@ -11,8 +11,10 @@
|
|||||||
:root.burichan #header-bar.dialog {
|
:root.burichan #header-bar.dialog {
|
||||||
background-color: rgba(214,218,240,0.98);
|
background-color: rgba(214,218,240,0.98);
|
||||||
}
|
}
|
||||||
:root.burichan #header-bar, :root.burichan #header-bar #notifications {
|
:root.burichan:not(.fixed) #header-bar, :root.burichan #header-bar #notifications {
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
|
}
|
||||||
|
:root.burichan #header-bar, :root.burichan #header-bar #notifications {
|
||||||
color: #89A;
|
color: #89A;
|
||||||
}
|
}
|
||||||
:root.burichan #header-bar a, :root.burichan #header-bar #notifications a {
|
:root.burichan #header-bar a, :root.burichan #header-bar #notifications a {
|
||||||
|
|||||||
@ -11,8 +11,10 @@
|
|||||||
:root.futaba #header-bar.dialog {
|
:root.futaba #header-bar.dialog {
|
||||||
background-color: rgba(240,224,214,0.98);
|
background-color: rgba(240,224,214,0.98);
|
||||||
}
|
}
|
||||||
:root.futaba #header-bar, :root.futaba #notifications {
|
:root.futaba:not(.fixed) #header-bar, :root.futaba #notifications {
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
|
}
|
||||||
|
:root.futaba #header-bar, :root.futaba #notifications {
|
||||||
color: #B86;
|
color: #B86;
|
||||||
}
|
}
|
||||||
:root.futaba #header-bar a, :root.futaba #notifications a {
|
:root.futaba #header-bar a, :root.futaba #notifications a {
|
||||||
|
|||||||
@ -11,8 +11,10 @@
|
|||||||
:root.photon #header-bar.dialog {
|
:root.photon #header-bar.dialog {
|
||||||
background-color: rgba(221,221,221,0.98);
|
background-color: rgba(221,221,221,0.98);
|
||||||
}
|
}
|
||||||
:root.photon #header-bar, :root.photon #notifications {
|
:root.photon:not(.fixed) #header-bar, :root.photon #notifications {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
|
}
|
||||||
|
:root.photon #header-bar, :root.photon #notifications {
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
:root.photon #header-bar a, :root.photon #notifications a {
|
:root.photon #header-bar a, :root.photon #notifications a {
|
||||||
|
|||||||
@ -178,6 +178,7 @@ audio.controls-added {
|
|||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
padding: 3px 4px 4px;
|
padding: 3px 4px 4px;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
.fixed.top-header #header-bar {
|
.fixed.top-header #header-bar {
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -295,7 +296,6 @@ audio.controls-added {
|
|||||||
}
|
}
|
||||||
@media (min-width: 1300px) {
|
@media (min-width: 1300px) {
|
||||||
:root.fixed:not(.centered-links) #header-bar {
|
:root.fixed:not(.centered-links) #header-bar {
|
||||||
font-size: 12px;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-align-items: center;
|
-webkit-align-items: center;
|
||||||
|
|||||||
@ -11,8 +11,10 @@
|
|||||||
:root.tomorrow #header-bar.dialog {
|
:root.tomorrow #header-bar.dialog {
|
||||||
background-color: rgba(40,42,46,0.9);
|
background-color: rgba(40,42,46,0.9);
|
||||||
}
|
}
|
||||||
:root.tomorrow #header-bar, :root.tomorrow #notifications {
|
:root.tomorrow:not(.fixed) #header-bar, :root.tomorrow #notifications {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
|
}
|
||||||
|
:root.tomorrow #header-bar, :root.tomorrow #notifications {
|
||||||
color: #C5C8C6;
|
color: #C5C8C6;
|
||||||
}
|
}
|
||||||
:root.tomorrow #header-bar a, :root.tomorrow #notifications a {
|
:root.tomorrow #header-bar a, :root.tomorrow #notifications a {
|
||||||
|
|||||||
@ -11,8 +11,10 @@
|
|||||||
:root.yotsuba-b #header-bar.dialog {
|
:root.yotsuba-b #header-bar.dialog {
|
||||||
background-color: rgba(214,218,240,0.98);
|
background-color: rgba(214,218,240,0.98);
|
||||||
}
|
}
|
||||||
:root.yotsuba-b #header-bar, :root.yotsuba-b #notifications {
|
:root.yotsuba-b:not(.fixed) #header-bar, :root.yotsuba-b #notifications {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
|
}
|
||||||
|
:root.yotsuba-b #header-bar, :root.yotsuba-b #notifications {
|
||||||
color: #89A;
|
color: #89A;
|
||||||
}
|
}
|
||||||
:root.yotsuba-b #board-list a, :root.yotsuba-b #shortcuts a {
|
:root.yotsuba-b #board-list a, :root.yotsuba-b #shortcuts a {
|
||||||
|
|||||||
@ -11,8 +11,10 @@
|
|||||||
:root.yotsuba #header-bar.dialog {
|
:root.yotsuba #header-bar.dialog {
|
||||||
background-color: rgba(240,224,214,0.98);
|
background-color: rgba(240,224,214,0.98);
|
||||||
}
|
}
|
||||||
:root.yotsuba #header-bar, :root.yotsuba #notifications {
|
:root.yotsuba:not(.fixed) #header-bar, :root.yotsuba #notifications {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
|
}
|
||||||
|
:root.yotsuba #header-bar, :root.yotsuba #notifications {
|
||||||
color: #B86;
|
color: #B86;
|
||||||
}
|
}
|
||||||
:root.yotsuba #board-list a, :root.yotsuba #shortcuts a {
|
:root.yotsuba #board-list a, :root.yotsuba #shortcuts a {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user