mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
fix: remove min-height from search modal
This commit is contained in:
committed by
Tienson Qin
parent
bcb1024ccc
commit
c9b4d69871
@@ -117,8 +117,12 @@
|
||||
padding: 2rem;
|
||||
width: auto;
|
||||
|
||||
.ls-card, .ls-search {
|
||||
.ls-card,
|
||||
.ls-search {
|
||||
width: 740px;
|
||||
}
|
||||
|
||||
.ls-card {
|
||||
min-height: 60vh;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user