From b288e721a343e18f04228030b1c04f6a7043d167 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 23 Jul 2023 02:16:31 -0500 Subject: [PATCH] style: remove deprecated notification styling --- src/amdgpu_stats/style.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/amdgpu_stats/style.css b/src/amdgpu_stats/style.css index 947085c..5aa9325 100644 --- a/src/amdgpu_stats/style.css +++ b/src/amdgpu_stats/style.css @@ -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;