Archived
1
1
Fork 0

style: remove deprecated notification styling

This commit is contained in:
Josh Lay 2023-07-23 02:16:31 -05:00
parent d1de35beb9
commit b288e721a3
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -40,17 +40,6 @@ TabPane {
height: 1fr;
}
Notification {
dock: bottom;
layer: notification;
width: auto;
margin: 2 4;
padding: 1 2;
background: $background;
color: $text;
height: auto;
}
Header {
dock: top;
content-align: center middle;