mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-02 13:01:33 +08:00
feat: add theme radius customization
This commit is contained in:
@@ -817,7 +817,7 @@ onUnmounted(() => {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
border: 1px solid rgba(var(--v-theme-on-surface), 0.04);
|
||||
border-radius: 8px;
|
||||
border-radius: var(--app-surface-radius);
|
||||
gap: 0.75rem;
|
||||
min-inline-size: 0;
|
||||
padding-block: 0.5rem;
|
||||
|
||||
@@ -244,7 +244,7 @@ onMounted(getModules)
|
||||
|
||||
.progress-card {
|
||||
padding: 20px;
|
||||
border-radius: 12px;
|
||||
border-radius: var(--app-surface-radius);
|
||||
margin: 16px;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
color: white;
|
||||
|
||||
Reference in New Issue
Block a user