mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 08:57:21 +00:00
fixed #381
This commit is contained in:
parent
b57ff8f37a
commit
deca9a20b4
1 changed files with 4 additions and 0 deletions
|
@ -28,4 +28,8 @@
|
||||||
.add {
|
.add {
|
||||||
flex: auto;
|
flex: auto;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue