increase margins

This commit is contained in:
yggverse 2024-09-15 19:51:35 +03:00
parent ebbaf772f0
commit 78c31a3cd6

View File

@ -72,8 +72,8 @@ namespace app::browser::main::tab::page::content::text::gemini
Glib::RefPtr<Gio::SimpleAction> action__open_link_variant; Glib::RefPtr<Gio::SimpleAction> action__open_link_variant;
// Defaults // Defaults
const int MARGIN_START = 6; const int MARGIN_START = 8;
const int MARGIN_END = 6; const int MARGIN_END = 8;
/* /*
* Reader class API * Reader class API