This commit is contained in:
mr. M
2024-12-28 20:25:34 +01:00
parent 3c496b5694
commit f6ef53b565

View File

@@ -131,7 +131,7 @@ h2 {
justify-content: start;
}
.page-split:not(#import) > div:first-child {
.page-split:not(#import, #theme) > div:first-child {
margin-bottom: 20px;
}
@@ -140,6 +140,12 @@ h2 {
text-align: center;
}
#theme {
& > div:first-child p {
margin-bottom: 0 !important;
}
}
#theme .card[disabled='true'] {
opacity: 0.7;
cursor: not-allowed;