fix: dimmed tags issue on safari + increase tag density
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.app-column-first {
|
.app-column-first {
|
||||||
width: 180px;
|
width: 220px;
|
||||||
flex-shrink: 0.2;
|
flex-shrink: 0.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user