From ef17072eb3f5a6a9a3224a2dd0a1c55578bb6fb5 Mon Sep 17 00:00:00 2001 From: Lains Date: Tue, 27 Apr 2021 12:31:09 -0300 Subject: [PATCH] 3.0.4 - Fixes all around for the leaflet --- data/app.css | 4 ++++ data/ui/main_window.ui | 2 ++ data/ui/note_menu.ui | 1 + src/MainWindow.vala | 9 ++++++++- src/Views/ListView.vala | 3 ++- src/Widgets/Note.vala | 14 +++++++++++++- src/Widgets/NoteMenuPopover.vala | 4 ++++ src/Widgets/SettingMenu.vala | 28 ++++++++++++++++++---------- src/Widgets/TextField.vala | 4 +++- 9 files changed, 55 insertions(+), 14 deletions(-) diff --git a/data/app.css b/data/app.css index 25f8cb30..a20faa28 100644 --- a/data/app.css +++ b/data/app.css @@ -67,6 +67,10 @@ headerbar.flat { transition: 100ms ease-in-out; } +.notejot-empty-title { + border-bottom: 1px solid transparent; +} + button.flat-button { background-color: @theme_base_color; background-image: none; diff --git a/data/ui/main_window.ui b/data/ui/main_window.ui index c9db8f18..ec8b70d5 100644 --- a/data/ui/main_window.ui +++ b/data/ui/main_window.ui @@ -4,6 +4,8 @@