mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
fix: add ls-block container name
This commit is contained in:
@@ -541,6 +541,7 @@
|
||||
.ls-block {
|
||||
@apply flex-1 relative py-0.5 transition-[background-color] mx-auto;
|
||||
container-type: inline-size;
|
||||
container-name: ls-block;
|
||||
|
||||
&.selected {
|
||||
@apply rounded;
|
||||
@@ -568,7 +569,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@container (max-width: 370) {
|
||||
@container ls-block (max-width: 430px) {
|
||||
.ls-properties-area {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user