X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fneo%2Fcss%2Fdisplay.css;h=cd3b46c9e0aeb5971f55efe60fc34d09e2cacfad;hb=ad264b70e109f9fc6c8a9038a64fed125aee1fa6;hp=20d72bddf68bfa6f4372c8aa54fafc035772e3fc;hpb=a70d43a685d72e2bad64efd02bdcc928b921d356;p=quix0rs-gnu-social.git diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css index 20d72bddf6..cd3b46c9e0 100644 --- a/theme/neo/css/display.css +++ b/theme/neo/css/display.css @@ -346,9 +346,9 @@ h6 {font-size: 1em;} } .section .entities li { - margin-right: 4px; - margin-bottom: 4px; - width: 32px; + margin-right: 3.6px; + margin-bottom: 5px; + width: 24px; } #popular_notices .avatar { @@ -366,11 +366,7 @@ h6 {font-size: 1em;} line-height: 1.6em; } -.section .author .avatar, .notice .author .avatar { - border-radius: 5%; - box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); -} -.section .author .avatar { +.section .avatar { box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } @@ -462,6 +458,10 @@ h6 {font-size: 1em;} min-width: 80px; } +#content .threaded-replies .notice .author .photo { + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); +} + .user_in.realtime-popup .notice div.entry-content { max-width: 320px; }