Fix missing values and update schedules

This commit is contained in:
barsdeveloper
2022-12-18 10:38:37 +01:00
parent d9216d0d40
commit 42b4cfd47b
16 changed files with 201 additions and 88 deletions

View File

@@ -43,15 +43,31 @@ ueb-blueprint svg {
top: 0;
right: 0;
left: 0;
height: 1.5em;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
}
@keyframes ueb-zoom-animation {
0% {
color: #7f7f7f;
}
100% {
color: #2b2b2b;
}
}
.ueb-zoom-changed .ueb-viewport-zoom {
animation: 600ms ueb-zoom-animation;
}
.ueb-viewport-zoom {
margin-left: auto;
color: #4d4d4db7;
padding: 5px;
color: #2b2b2b;
font-size: 20px;
font-weight: bold;
letter-spacing: -1px;
}
.ueb-viewport-body {