diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-10-10 16:03:59 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-10-10 16:03:59 +0200 |
commit | 030d703a05084fa4efec7afece7948846dd6f6a9 (patch) | |
tree | 245b804e02dbf639b71c524344797400719ad920 /view/tpl/notifications_widget.tpl | |
parent | edc262f5af0f3ade8cfeca22061f1329daa688c3 (diff) | |
download | volse-hubzilla-030d703a05084fa4efec7afece7948846dd6f6a9.tar.gz volse-hubzilla-030d703a05084fa4efec7afece7948846dd6f6a9.tar.bz2 volse-hubzilla-030d703a05084fa4efec7afece7948846dd6f6a9.zip |
remove left_align mode
Diffstat (limited to 'view/tpl/notifications_widget.tpl')
-rw-r--r-- | view/tpl/notifications_widget.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index b1c9704df..ff7f0860a 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -1,6 +1,6 @@ <style> .notification-content { - max-height: 60vh; + max-height: 70vh; overflow: auto; } |