mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
toolbar ui fix
This commit is contained in:
parent
b9c6d30678
commit
a5ef3507c3
1 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,12 @@
|
|||
will-change: transform;
|
||||
transform: translate(0, -100px);
|
||||
transition: 0.25s transform ease-out;
|
||||
|
||||
> .btn {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
&.toolbar-revealed, &.toolbar-pinned {
|
||||
|
|
Loading…
Reference in a new issue