diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-08 23:03:05 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-06-08 23:03:05 +0200 |
commit | 468af29e3e4fb5c59f44afe8e870e21b66153992 (patch) | |
tree | f92f91af92b761c5ee6733364596f395e00c098f /view/css | |
parent | 7c98aea52497ebbdd1880d98b0dbc26c32eaca39 (diff) | |
download | volse-hubzilla-468af29e3e4fb5c59f44afe8e870e21b66153992.tar.gz volse-hubzilla-468af29e3e4fb5c59f44afe8e870e21b66153992.tar.bz2 volse-hubzilla-468af29e3e4fb5c59f44afe8e870e21b66153992.zip |
new feature filter network by name
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/widgets.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css index 9730d6915..e330c38e1 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -182,6 +182,7 @@ a.wikilist { .notifications-textinput { padding: .75rem 0.85rem; + position: relative; } .notifications-textinput input { |