Vertical alignment of icons with large fonts

main
Bob Mottram 2020-05-31 20:31:31 +01:00
parent 4a265c91c3
commit ed5b7ead2c
2 changed files with 4 additions and 1 deletions

View File

@ -28,6 +28,7 @@
--text-entry-foreground: #ccc;
--text-entry-background: #111;
--time-color: #aaa;
--time-vertical-align: 4px;
--button-text: #FFFFFF;
--button-background: #999;
--button-selected: #666;
@ -898,7 +899,7 @@ div.gallery img {
.time-right {
float: right;
color: var(--time-color);
margin: 4px 20px;
margin: var(--time-vertical-align) 20px;
}
input[type=text], select, textarea {
width: 100%;

View File

@ -173,6 +173,7 @@ def setThemeBlue(baseDir: str):
"day-number2": "#002365",
"hashtag-vertical-spacing3": "100px",
"hashtag-vertical-spacing4": "150px",
"time-vertical-align": "-10px",
"*font-family": "'Domestic_Manners'",
"*src": "url('./fonts/Domestic_Manners.ttf') format('truetype')"
}
@ -216,6 +217,7 @@ def setThemeHighVis(baseDir: str):
"gallery-font-size-mobile": "55px",
"hashtag-vertical-spacing3": "100px",
"hashtag-vertical-spacing4": "150px",
"time-vertical-align": "-10px",
"*font-family": "'LinBiolinum_Rah'",
"*src": "url('./fonts/LinBiolinum_Rah.ttf') format('truetype')"
}