mirror of
https://github.com/docmost/docmost.git
synced 2026-08-28 01:07:08 +08:00
bug fixes (#2250)
* util * fix page position collation * support fixed toolbar in templates editor * date localization * fix clipped emoji in templates editor * fix page updated time object * fix flickers * fix: remove redundant breadcrumb from destination modal
This commit is contained in:
@@ -32,6 +32,12 @@
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
|
||||
/* The emoji glyph renders larger than its font-size box; let the transparent
|
||||
ActionIcon overflow so it isn't clipped on the edges. */
|
||||
.emojiButton button {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.titleInput {
|
||||
font-size: 2.5rem;
|
||||
font-weight: 700;
|
||||
|
||||
Reference in New Issue
Block a user