diff options
author | Mario <mario@mariovavti.com> | 2018-11-11 13:47:03 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-11-11 13:47:03 +0100 |
commit | daad607c7c4cb1efe83bbf817854311cee9d19af (patch) | |
tree | b9c27959d9287cb6d29ea228103a797f941f8516 | |
parent | 01d8bd445e1ffa50e51f7eee0e72e83adeec1a6b (diff) | |
parent | fc5dc9717a707438de91b3c42a1edc3a39aa6022 (diff) | |
download | volse-hubzilla-daad607c7c4cb1efe83bbf817854311cee9d19af.tar.gz volse-hubzilla-daad607c7c4cb1efe83bbf817854311cee9d19af.tar.bz2 volse-hubzilla-daad607c7c4cb1efe83bbf817854311cee9d19af.zip |
Merge branch 'dev' into 'dev'
fix shared_header img expanding to 100% width when sharing a share
See merge request hubzilla/core!1387
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ddf3d1295..01734558b 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -879,26 +879,25 @@ div.jGrowl div.jGrowl-notification { .shared_header img { border-radius: $radius; margin-right: 10px; + width: auto; } .tag1 { font-size : 0.9em !important; } + .tag2 { font-size : 1.0em !important; } - .tag3 { font-size : 1.1em !important; } - .tag4 { font-size : 1.2em !important; } - .tag5 { font-size : 1.3em !important; } @@ -918,12 +917,10 @@ div.jGrowl div.jGrowl-notification { font-size : 1.6em !important; } - .tag9 { font-size : 1.7em !important; } - .tag10 { font-size : 1.8em !important; } |