Fix osd button padding

This commit is contained in:
kramo
2023-05-16 17:42:05 +02:00
parent caf68332ba
commit 5d5530ffb5

View File

@@ -27,6 +27,7 @@ template $Game : Box {
margin-start: 6; margin-start: 6;
margin-bottom: 6; margin-bottom: 6;
margin-top: 3; margin-top: 3;
margin-end: 3;
styles [ styles [
"circular", "circular",
@@ -41,7 +42,7 @@ template $Game : Box {
MenuButton menu_button { MenuButton menu_button {
icon-name: "view-more-symbolic"; icon-name: "view-more-symbolic";
margin-start: 6; margin-start: 3;
margin-bottom: 6; margin-bottom: 6;
margin-top: 3; margin-top: 3;
margin-end: 3; margin-end: 3;