remove padding to get three cols in 320px width

even when one of the apps is Numberstation
This commit is contained in:
Daniel Barlow 2022-03-21 00:28:46 +00:00
parent c331732ca6
commit 772da57476

View File

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