chore(ribbon): reduce note title padding

This commit is contained in:
Elian Doran 2025-12-08 23:41:17 +02:00
parent 05679f7a8d
commit 608ab53933
No known key found for this signature in database

View File

@ -139,7 +139,6 @@ export default class DesktopLayout {
.child(new FlexContainer("row")
.class("title-row")
.css("height", "50px")
.css("margin", "1em")
.css("min-height", "50px")
.css("align-items", "center")
.cssBlock(".title-row > * { margin: 5px; }")