This commit is contained in:
+9
-4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user