remove padding to get three cols in 320px width

even when one of the apps is Numberstation
phoen
Daniel Barlow 2022-03-21 00:28:46 +00:00
parent c331732ca6
commit 772da57476
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,9 @@
, -1px -1px rgba(0, 0, 0, 255)
;
}
button.appbutton {
padding: 0px;
}
#toplevel {
background-color: rgba(0, 0, 0, 0.6);
}
@ -234,6 +237,7 @@
:relief Gtk.ReliefStyle.NONE
:on_clicked #(launch app)
})
(-> (: :get_style_context) (: :add_class "appbutton"))
(: :add
(doto (Gtk.Box {:orientation Gtk.Orientation.VERTICAL})
(: :add app.IconImage)