mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 10:28:05 +00:00
toolbar ui fix
This commit is contained in:
@@ -45,6 +45,12 @@
|
|||||||
will-change: transform;
|
will-change: transform;
|
||||||
transform: translate(0, -100px);
|
transform: translate(0, -100px);
|
||||||
transition: 0.25s transform ease-out;
|
transition: 0.25s transform ease-out;
|
||||||
|
|
||||||
|
> .btn {
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.toolbar-revealed, &.toolbar-pinned {
|
&.toolbar-revealed, &.toolbar-pinned {
|
||||||
|
Reference in New Issue
Block a user