From 5f61724003ee3b46ba983c4e9f46a5e6a00c693f Mon Sep 17 00:00:00 2001 From: lainsce Date: Tue, 6 Feb 2024 18:00:12 -0300 Subject: [PATCH] Lil' bit of margins for the webview --- src/MainWindow.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MainWindow.vala b/src/MainWindow.vala index 09a45bf..71e8f88 100644 --- a/src/MainWindow.vala +++ b/src/MainWindow.vala @@ -118,6 +118,7 @@ public class SkiffDesktop.MainWindow : He.ApplicationWindow { webview.create.connect (on_create); webview.vexpand = true; + webview.margin_start = webview.margin_end = webview.margin_bottom = 4; webview.add_css_class ("framed"); main_box.append (webview);