Always use 12px font for fixed header.

This commit is contained in:
ccd0 2015-02-23 19:46:41 -08:00
parent db10d477bd
commit a4bdd4b362
7 changed files with 19 additions and 7 deletions

View File

@ -11,8 +11,10 @@
:root.burichan #header-bar.dialog {
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;
}
:root.burichan #header-bar, :root.burichan #header-bar #notifications {
color: #89A;
}
:root.burichan #header-bar a, :root.burichan #header-bar #notifications a {

View File

@ -11,8 +11,10 @@
:root.futaba #header-bar.dialog {
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;
}
:root.futaba #header-bar, :root.futaba #notifications {
color: #B86;
}
:root.futaba #header-bar a, :root.futaba #notifications a {

View File

@ -11,8 +11,10 @@
:root.photon #header-bar.dialog {
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;
}
:root.photon #header-bar, :root.photon #notifications {
color: #333;
}
:root.photon #header-bar a, :root.photon #notifications a {

View File

@ -178,6 +178,7 @@ audio.controls-added {
right: 0;
left: 0;
padding: 3px 4px 4px;
font-size: 12px;
}
.fixed.top-header #header-bar {
top: 0;
@ -295,7 +296,6 @@ audio.controls-added {
}
@media (min-width: 1300px) {
:root.fixed:not(.centered-links) #header-bar {
font-size: 12px;
white-space: nowrap;
display: flex;
-webkit-align-items: center;

View File

@ -11,8 +11,10 @@
:root.tomorrow #header-bar.dialog {
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;
}
:root.tomorrow #header-bar, :root.tomorrow #notifications {
color: #C5C8C6;
}
:root.tomorrow #header-bar a, :root.tomorrow #notifications a {

View File

@ -11,8 +11,10 @@
:root.yotsuba-b #header-bar.dialog {
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;
}
:root.yotsuba-b #header-bar, :root.yotsuba-b #notifications {
color: #89A;
}
:root.yotsuba-b #board-list a, :root.yotsuba-b #shortcuts a {

View File

@ -11,8 +11,10 @@
:root.yotsuba #header-bar.dialog {
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;
}
:root.yotsuba #header-bar, :root.yotsuba #notifications {
color: #B86;
}
:root.yotsuba #board-list a, :root.yotsuba #shortcuts a {