more tweaks

pull/11196/head
Tienson Qin 2024-04-10 13:49:08 +08:00
parent 789e24f7eb
commit f3dc460f3a
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@
(or show-info? has-tags? has-properties?))
[:div.page-info
{:class (util/classnames [{:is-collapsed collapsed?}])}
[:div.py-2 {:class (if (or @*hover? (not collapsed?))
[:div.py-1 {:class (if (or @*hover? (not collapsed?))
"border rounded"
"border rounded border-transparent")}
[:div.info-title.cursor

View File

@ -391,7 +391,7 @@ html.is-native-ios {
}
.page-info {
@apply ml-[-10px] mb-[12px] border rounded-md;
@apply ml-[-10px] border rounded-md;
&-inner {
@apply py-2;