Keep update button labels on one line
CI / verify (push) Waiting to run

This commit is contained in:
Sucukdeluxe
2026-09-22 06:22:30 +02:00
parent cffc86e310
commit 4b5a445ae0
3 changed files with 13 additions and 5 deletions
+9 -4
View File
@@ -2601,8 +2601,8 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
}
.header-update-slot.is-visible {
width: 146px;
flex-basis: 146px;
width: 166px;
flex-basis: 166px;
margin-right: 0;
overflow: visible;
opacity: 1;
@@ -2613,8 +2613,8 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
.header-update-button {
position: relative;
width: 146px;
flex: 0 0 146px;
width: 166px;
flex: 0 0 166px;
height: 32px;
display: inline-flex;
align-items: center;
@@ -2635,6 +2635,11 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
transition: background-color .14s, transform .28s cubic-bezier(.22, 1, .36, 1), opacity .18s ease;
}
.header-update-label {
white-space: nowrap;
flex-shrink: 0;
}
.header-update-slot.is-visible .header-update-button {
opacity: 1;
transform: translateX(0);