fix: margin undershoot
Some checks failed
Build / Flatpak (x86_64) (push) Failing after 1h4m22s

This commit is contained in:
0xMRTT 2023-08-20 22:29:34 +02:00
parent 7c5e68f6c5
commit a94756f941

View File

@ -151,9 +151,6 @@ template $BavarderWindow : Adw.ApplicationWindow {
}
Stack stack {
margin-end: 5;
margin-start: 5;
Adw.StatusPage status_no_chat {
title: _("No Messages");
description: _("Send first message to get started");
@ -212,6 +209,8 @@ template $BavarderWindow : Adw.ApplicationWindow {
// margin-end: 12;
ListBox main_list {
margin-end: 5;
margin-start: 5;
styles [
"message-list",
"background"