diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-08 12:00:15 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2017-11-11 20:26:14 +0100 |
commit | f3d3ec57442b61604a259f48c4409422ac08ad94 (patch) | |
tree | f030d62c6fde1c599d94bce846ebd123d255158e /view/theme | |
parent | 29829eb011b686e73f748cc74f3124055e632db3 (diff) | |
download | volse-hubzilla-f3d3ec57442b61604a259f48c4409422ac08ad94.tar.gz volse-hubzilla-f3d3ec57442b61604a259f48c4409422ac08ad94.tar.bz2 volse-hubzilla-f3d3ec57442b61604a259f48c4409422ac08ad94.zip |
css fixes
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1e44d5ed8..6f4b12468 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1257,11 +1257,6 @@ img.mail-conv-sender-photo { white-space: nowrap; } -#nav-app-link-wrapper { - min-width: 0; - flex-basis: 25%; -} - .page-title { margin: 7px 0px; } @@ -1499,6 +1494,11 @@ blockquote { left: 0px; } + #nav-app-link-wrapper { + min-width: 0; + flex-basis: 25%; + } + } .shareable_element_text { |