1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-07 21:47:02 +09:00
Andrew Simachev 2025-01-24 23:21:19 +01:00
parent 4fa264b0cc
commit 85df814839
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ window.AnytypeGlobalConfig = {
emojiUrl: J.Extension.clipper.emojiUrl,
menuBorderTop: 16,
menuBorderBottom: 16,
flagsMw: {},
flagsMw: { request: true },
};
let rootId = '';

View file

@ -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); }