mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 12:51:54 +05:30
style(notifications): add spacing to notifications
This commit is contained in:
@@ -42,7 +42,7 @@ export const Notifications = (gdkmonitor: Gdk.Monitor) => {
|
|||||||
visible={notifications((ns) => ns.length > 0)}
|
visible={notifications((ns) => ns.length > 0)}
|
||||||
anchor={TOP | RIGHT}
|
anchor={TOP | RIGHT}
|
||||||
>
|
>
|
||||||
<box orientation={Gtk.Orientation.VERTICAL}>
|
<box orientation={Gtk.Orientation.VERTICAL} spacing={10}>
|
||||||
<For each={notifications}>{(n) => <Notification n={n} />}</For>
|
<For each={notifications}>{(n) => <Notification n={n} />}</For>
|
||||||
</box>
|
</box>
|
||||||
</window>
|
</window>
|
||||||
|
Reference in New Issue
Block a user