vcenter icons

This commit is contained in:
Nils Maier 2019-08-24 21:08:18 +02:00
parent 2f282d3a4b
commit 229b5eb968
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ article {
#tabs {
display: flex;
background: url(icon64.png) 1em 0/32px 32px no-repeat, url(tile.png) repeat-x, var(--toolbar-bg-color);
background: url(icon64.png) 1em 50%/32px 32px no-repeat, url(tile.png) repeat-x, var(--toolbar-bg-color);
padding-left: calc(2em + 32px);
color: white;
}
@ -28,7 +28,7 @@ input.tab {
display: none;
}
#tabs > label{
#tabs > label {
display: inline-block;
cursor: pointer;
font-size: 150%;

View File

@ -117,7 +117,7 @@ body > * {
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
#tabs {
background: url(icon64.png) 1em 0/32px 32px no-repeat, url(tile.png) repeat-x, var(--toolbar-bg-color);
background: url(icon64.png) 1em 50%/32px 32px no-repeat, url(tile.png) repeat-x, var(--toolbar-bg-color);
}
}
@ -147,7 +147,7 @@ body > * {
background: var(--toolbar-bg-color);
color: white;
min-width: 10em;
padding: 1.2ex;
padding: 1ex;
padding-left: 1em;
cursor: pointer;
border: 0;