added deck progress
This commit is contained in:
@@ -567,6 +567,41 @@
|
||||
font-size: 12px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.settings-cache-progress-wrap {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
.settings-cache-progress {
|
||||
width: 100%;
|
||||
height: 10px;
|
||||
appearance: none;
|
||||
border: none;
|
||||
border-radius: 999px;
|
||||
overflow: hidden;
|
||||
background: rgba(39, 39, 42, 0.92);
|
||||
}
|
||||
.settings-cache-progress::-webkit-progress-bar {
|
||||
background: rgba(39, 39, 42, 0.92);
|
||||
border-radius: 999px;
|
||||
}
|
||||
.settings-cache-progress::-webkit-progress-value {
|
||||
background: linear-gradient(90deg, #f59e0b, #facc15);
|
||||
border-radius: 999px;
|
||||
}
|
||||
.settings-cache-progress::-moz-progress-bar {
|
||||
background: linear-gradient(90deg, #f59e0b, #facc15);
|
||||
border-radius: 999px;
|
||||
}
|
||||
.settings-cache-progress-label {
|
||||
min-width: 3ch;
|
||||
text-align: right;
|
||||
color: #e2e8f0;
|
||||
font-size: 12px;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
.calendar-year-control {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user