updated the calendar and settings pages, added a new calendar page, and made some minor styling changes to the app.
This commit is contained in:
@@ -7023,6 +7023,32 @@
|
||||
.settings-field input[type="password"] {
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
.settings-toggle-field {
|
||||
gap: 8px;
|
||||
}
|
||||
.settings-toggle-row {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
padding: 8px 10px;
|
||||
border: 1px solid #3f3f46;
|
||||
border-radius: 8px;
|
||||
background: #09090b;
|
||||
color: #f4f4f5;
|
||||
}
|
||||
.settings-toggle-row input {
|
||||
width: auto;
|
||||
margin: 0;
|
||||
accent-color: #f4f4f5;
|
||||
}
|
||||
.settings-toggle-row:has(input:disabled) {
|
||||
opacity: 0.6;
|
||||
}
|
||||
.settings-field-hint {
|
||||
color: #a1a1aa;
|
||||
font-size: 12px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.settings-actions {
|
||||
margin-top: 12px;
|
||||
display: flex;
|
||||
@@ -7150,6 +7176,13 @@
|
||||
#now-panel.is-overlay-hidden::after {
|
||||
opacity: 0;
|
||||
}
|
||||
#now-panel.is-sky-disabled #now-sky-layer {
|
||||
opacity: 0;
|
||||
}
|
||||
#now-panel.is-sky-disabled::before,
|
||||
#now-panel.is-sky-disabled::after {
|
||||
opacity: 0;
|
||||
}
|
||||
.now-panel-controls {
|
||||
position: absolute;
|
||||
top: 14px;
|
||||
|
||||
Reference in New Issue
Block a user