1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

JS-7064: fix

This commit is contained in:
Andrew Simachev 2025-05-22 15:12:49 +02:00
parent beadce4df0
commit c9fbde891d
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF
2 changed files with 5 additions and 3 deletions

View file

@ -115,7 +115,10 @@
> .wrapContent {
> .selectionTarget {
> .dropTarget {
> .flex { flex-direction: row-reverse; }
> .flex { justify-content: flex-end; }
> .flex {
> .editableWrap { flex: unset; flex-grow: 0; width: auto; }
}
}
}
}

View file

@ -77,8 +77,7 @@
.layoutPreview.align2 {
.layoutHeader { text-align: right; }
.featured { justify-content: flex-end; }
.titleWrapper { flex-direction: row-reverse; }
.titleWrapper { justify-content: flex-end; }
}
.layoutPreview.layoutFormatPage {