Make the tool shelf adapt to multiple columns and improve panel scrollbars

Closes #176
This commit is contained in:
Keavon Chambers
2023-12-06 02:10:40 -08:00
parent 9c83d054cf
commit 01499de8e7
17 changed files with 163 additions and 97 deletions
@@ -178,7 +178,7 @@
.tab {
flex: 0 1 auto;
height: 100%;
height: 28px;
padding: 0 8px;
align-items: center;
position: relative;
@@ -216,7 +216,7 @@
white-space: nowrap;
text-overflow: ellipsis;
// Height and line-height required because https://stackoverflow.com/a/21611191/775283
height: 100%;
height: 28px;
line-height: 28px;
}