mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix(ui): consistent style for image container
This commit is contained in:
@@ -298,7 +298,7 @@
|
||||
(assoc :style {:width (:width metadata)}))
|
||||
{})
|
||||
[:div.asset-container {:key "resize-asset-container"}
|
||||
[:img.rounded-sm.shadow-xl.relative
|
||||
[:img.rounded-sm.relative
|
||||
(merge
|
||||
{:loading "lazy"
|
||||
:src src
|
||||
|
||||
@@ -342,10 +342,6 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
.ls-block,
|
||||
|
||||
Reference in New Issue
Block a user