This commit is contained in:
WBHarry 2025-09-14 23:32:53 +02:00
parent 3c8116c4dc
commit dcd42656f0
9 changed files with 135 additions and 15 deletions

View file

@ -22,6 +22,11 @@
right: 364px;
}
&.icon-only {
width: 180px;
min-width: 180px;
}
.window-header {
cursor: default;
border-bottom: 0;
@ -40,6 +45,18 @@
display: flex;
gap: 16px;
&.icon-only {
gap: 8px;
.countdown-content {
justify-content: center;
.countdown-tools {
gap: 8px;
}
}
}
img {
width: 44px;
height: 44px;