slightly wider ts column in history. also set min-width on collapsed left bar

This commit is contained in:
sawka
2023-10-12 11:16:04 -07:00
parent 474552d732
commit 130fcfe032
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -318,7 +318,7 @@
td.ts {
flex: 0 0 auto;
flex-basis: 65px;
flex-basis: 74px;
font-weight: bold;
margin-right: 1em;
}
+1
View File
@@ -9,6 +9,7 @@
&.collapsed {
width: 6em;
min-width: 6em;
.arrow-container {
transform: rotate(180deg);
}