mirror of https://gitlab.com/bashrc2/epicyon
Vertical alignment of icons with large fonts
parent
4a265c91c3
commit
ed5b7ead2c
|
@ -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%;
|
||||
|
|
2
theme.py
2
theme.py
|
@ -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')"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue