aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/notifications_widget.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/notifications_widget.tpl')
-rw-r--r--view/tpl/notifications_widget.tpl16
1 files changed, 5 insertions, 11 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl
index 26004338d..3323422d6 100644
--- a/view/tpl/notifications_widget.tpl
+++ b/view/tpl/notifications_widget.tpl
@@ -1,13 +1,6 @@
<style>
- #notifications {
- position: fixed;
- top: 4.5rem;
- width: 266px;
- padding: 0 .5rem;
- }
-
.notification-content {
- max-height: 50vh;
+ max-height: 70vh;
overflow: auto;
}
@@ -16,11 +9,12 @@
}
.fs {
- top: 0px !important;
+ position: fixed;
+ top: 0px;
left: 0px;
- padding-top: 4.5rem !important;
+ padding: 4.5rem .5rem 0 .5rem;
background-color: white;
- width: 100% !important;
+ width: 100%;
max-width: 100%;
height: 100vh;
z-index: 1030;