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:
parent
beadce4df0
commit
c9fbde891d
2 changed files with 5 additions and 3 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue