fix: lint

pull/9025/head
charlie 2023-04-04 17:04:15 +08:00 committed by Gabriel Horner
parent cd844da008
commit 9b4fcbba66
2 changed files with 3 additions and 2 deletions

View File

@ -275,7 +275,7 @@
(lightbox/preview-images! images))))
(defonce *resizing-image? (atom false))
(rum/defcs resizable-image <
(rum/defcs ^:large-vars/data-var resizable-image <
(rum/local nil ::size)
{:will-unmount (fn [state]
(reset! *resizing-image? false)

View File

@ -100,8 +100,9 @@
}
.breadcrumb {
.asset-container img {
.asset-container > img {
height: 18px;
width: unset !important;
}
}