Merge branch 'main' into feature/Homebrew-Downtime-Actions

This commit is contained in:
WBHarry 2025-07-25 16:35:36 +02:00
commit 86ffca509f
13 changed files with 103 additions and 35 deletions

View file

@ -46,10 +46,6 @@
display: flex;
gap: 2px;
&:not(:last-child) {
margin-right: 8px;
}
.mark-container {
cursor: pointer;
border: 1px solid light-dark(@dark-blue, @golden);
@ -62,6 +58,10 @@
justify-content: center;
opacity: 0.4;
&:not(:last-child) {
margin-right: 8px;
}
&.selected {
opacity: 1;
}