This commit is contained in:
WBHarry 2025-09-21 23:12:16 +02:00
parent 49adeed8c5
commit 83709e334d
8 changed files with 63 additions and 17 deletions

View file

@ -81,7 +81,6 @@
}
.countdown-content {
height: 44px;
display: flex;
flex-direction: column;
justify-content: space-between;
@ -116,6 +115,13 @@
content: '';
}
}
.countdown-no-access-container {
width: 38px;
display: flex;
align-items: center;
justify-content: center;
}
}
}
}