fix: dimmed tags issue on safari + increase tag density
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
}
|
||||
|
||||
.app-column-first {
|
||||
width: 180px;
|
||||
width: 220px;
|
||||
flex-shrink: 0.2;
|
||||
}
|
||||
|
||||
|
||||
@@ -73,10 +73,7 @@ $content-horizontal-padding: 16px;
|
||||
.tag,
|
||||
.root-drop {
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
|
||||
min-height: 29px;
|
||||
padding: 5px 14px;
|
||||
padding: 4px 14px;
|
||||
cursor: pointer;
|
||||
transition: height 0.1s ease-in-out;
|
||||
position: relative;
|
||||
@@ -127,6 +124,7 @@ $content-horizontal-padding: 16px;
|
||||
background-color: transparent;
|
||||
font-weight: 600;
|
||||
color: var(--sn-stylekit-secondary-foreground-color);
|
||||
-webkit-text-fill-color: var(--sn-stylekit-secondary-foreground-color);
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user