mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix: graph icon
This commit is contained in:
@@ -166,6 +166,18 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.graph-icon .ui__icon {
|
||||
padding: 0;
|
||||
width: unset;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.graph-icon {
|
||||
padding: 2px;
|
||||
margin-left: 1px;
|
||||
margin-right: 9px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: or(--ls-left-sidebar-hover-background, --lx-gray-04, --ls-primary-background-color);
|
||||
color: or(--ls-left-sidebar-text-color-hover, --lx-gray-12);
|
||||
|
||||
Reference in New Issue
Block a user