decrease tab limit and minimum width of non-current tabs

This commit is contained in:
Emir 2020-11-15 21:42:52 +03:00
parent 13c3d33ba9
commit 4ef08c8064

View File

@ -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;
} }