fix: dimmed tags issue on safari + increase tag density

This commit is contained in:
Mo
2022-05-10 10:43:24 -05:00
parent d7ba3935ed
commit 072af12ffe
2 changed files with 3 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
} }
.app-column-first { .app-column-first {
width: 180px; width: 220px;
flex-shrink: 0.2; flex-shrink: 0.2;
} }

View File

@@ -73,10 +73,7 @@ $content-horizontal-padding: 16px;
.tag, .tag,
.root-drop { .root-drop {
font-size: 14px; font-size: 14px;
line-height: 18px; padding: 4px 14px;
min-height: 29px;
padding: 5px 14px;
cursor: pointer; cursor: pointer;
transition: height 0.1s ease-in-out; transition: height 0.1s ease-in-out;
position: relative; position: relative;
@@ -127,6 +124,7 @@ $content-horizontal-padding: 16px;
background-color: transparent; background-color: transparent;
font-weight: 600; font-weight: 600;
color: var(--sn-stylekit-secondary-foreground-color); color: var(--sn-stylekit-secondary-foreground-color);
-webkit-text-fill-color: var(--sn-stylekit-secondary-foreground-color);
border: none; border: none;
cursor: pointer; cursor: pointer;
text-overflow: ellipsis; text-overflow: ellipsis;