fix(studio): крестик закрытия Toolbox прижат к правому краю шапки
После переработки header убрал .headerInfo (flex:1), который раздвигал заголовок и крестик → крестик прилип к названию. Добавил margin-left:auto кнопке закрытия. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
c7b5f3645d
commit
6b857636c3
@ -79,6 +79,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.closeBtn {
|
.closeBtn {
|
||||||
|
margin-left: auto; /* прижать крестик к правому краю шапки */
|
||||||
background: rgba(255, 255, 255, 0.16);
|
background: rgba(255, 255, 255, 0.16);
|
||||||
border: 1px solid rgba(255, 255, 255, 0.25);
|
border: 1px solid rgba(255, 255, 255, 0.25);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user