mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
style: fix block border
This commit is contained in:
@@ -87,7 +87,15 @@
|
||||
.ls-block {
|
||||
min-height: 24px;
|
||||
padding: 2px 0;
|
||||
border-bottom: 1px solid var(--ls-primary-background-color);
|
||||
border-bottom: 1px solid transparent;
|
||||
|
||||
&.selected {
|
||||
border-bottom-color: var(--ls-primary-background-color);
|
||||
|
||||
&:last-child {
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
||||
|
||||
Reference in New Issue
Block a user