mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
feat: simple query builder (#8774)
Simple query builder --------- Co-authored-by: Gabriel Horner <gabriel@logseq.com> Co-authored-by: charlie <xyhp915@qq.com>
This commit is contained in:
@@ -915,3 +915,10 @@ html.is-mobile {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
@layer base {
|
||||
.ls-grid-cols {
|
||||
@apply grid grid-flow-col auto-cols-max;
|
||||
place-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user