mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-07 21:47:02 +09:00
This commit is contained in:
parent
4fa264b0cc
commit
85df814839
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ window.AnytypeGlobalConfig = {
|
|||
emojiUrl: J.Extension.clipper.emojiUrl,
|
||||
menuBorderTop: 16,
|
||||
menuBorderBottom: 16,
|
||||
flagsMw: {},
|
||||
flagsMw: { request: true },
|
||||
};
|
||||
|
||||
let rootId = '';
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
|
||||
.icon.sortArrow { width: 20px; height: 20px; margin: 0px; background-image: url('~img/icon/sortArrow.svg'); }
|
||||
.icon.sortArrow.c1 { transform: rotateZ(180deg); }
|
||||
.icon.sortArrow.c0 { transform: rotateZ(180deg); }
|
||||
}
|
||||
|
||||
.row { border-bottom: 1px solid var(--color-shape-secondary); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue