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

@ -21,9 +21,21 @@
.header-tools {
display: grid;
grid-template-columns: 1fr 144px;
grid-template-columns: 2fr 1fr 144px;
gap: 8px;
.hide-tools {
white-space: nowrap;
flex-wrap: nowrap;
display: flex;
align-items: center;
input {
position: relative;
top: 2px;
}
}
.header-main-button {
height: 32px;
flex: 1;

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;
}
}
}
}