mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-19 11:09:03 +00:00
decrease tab limit and minimum width of non-current tabs
This commit is contained in:
parent
13c3d33ba9
commit
4ef08c8064
@ -109,10 +109,10 @@ body,
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
#tabs .tab:not(.new):not(.current) {
|
#tabs .tab:not(.new):not(.current) {
|
||||||
flex: 1 1 60px;
|
flex: 1 1 30px;
|
||||||
min-width: 60px;
|
min-width: 30px;
|
||||||
}
|
}
|
||||||
#tabs button:nth-child(17) {
|
#tabs button:nth-child(16) {
|
||||||
display: none;
|
display: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user