nomination quota

This commit is contained in:
2024-02-26 22:51:35 +01:00
parent 2861c856af
commit 4df913c7fe
5 changed files with 59 additions and 3 deletions
+20 -1
View File
@@ -70,7 +70,14 @@ input#spotify-input + input[type=submit]{
z-index: 100;
top: calc(50% - 75px);
left: calc(50% - 150px);
min-width: 300px;
width: 300px;
}
.window.popup .title-bar-text {
height: 13px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.window.popup.login {
@@ -313,4 +320,16 @@ iframe {
background-position: 50% 0;
padding: 32px 0 4px 0;
height: 50px;
}
.progress-indicator {
height: 26px;
padding: 4px 3px;
width: 360px;
}
.progress-indicator.segmented > .progress-indicator-bar {
}
.status-bar-field {
}