mirror of
https://github.com/vladmandic/automatic
synced 2026-08-29 08:31:00 +02:00
Add NotoSans Font Fallback to display Symbols
This commit is contained in:
@@ -159,7 +159,7 @@ div#extras_scale_to_tab div.form{ flex-direction: row; }
|
||||
|
||||
/* fullpage image viewer */
|
||||
#lightboxModal{ display: none; position: fixed; z-index: 1001; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(20, 20, 20, 0.75); backdrop-filter: blur(6px);
|
||||
user-select: none; -webkit-user-select: none; flex-direction: row; }
|
||||
user-select: none; -webkit-user-select: none; flex-direction: row; font-family: 'NotoSans';}
|
||||
.modalControls { display: flex; justify-content: space-evenly; background-color: transparent; position: absolute; width: 99%; z-index: 1; }
|
||||
.modalControls:hover { background-color: #50505050; }
|
||||
.modalControls span { color: white; font-size: 2em !important; font-weight: bold; cursor: pointer; filter: grayscale(100%); }
|
||||
|
||||
Reference in New Issue
Block a user