This commit is contained in:
WBHarry 2025-08-07 23:26:42 +02:00 committed by GitHub
parent 5045801475
commit 22283cb506
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 98 additions and 34 deletions

View file

@ -26,12 +26,19 @@
align-items: center;
gap: 5px;
&.no-controls {
grid-template-columns: 3fr 1fr;
}
span {
display: flex;
justify-content: center;
a {
text-align: center;
a {
text-align: center;
&.disabled {
i {
opacity: 0.4;
}
}
}
}
}