]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Updated JS to show/hide attachment thumbnails with timers. Minor
[quix0rs-gnu-social.git] / theme / base / css / display.css
index aa76910f0b4ea899801ea9514ea4f29df8a71856..9bc1417b170954bb38273b0bd13bf87fecdff706 100644 (file)
@@ -798,6 +798,9 @@ float:left;
 width:100%;
 overflow:hidden;
 }
+.notice .entry-title.ov {
+overflow:visible;
+}
 #shownotice .notice .entry-title {
 font-size:2.2em;
 }
@@ -857,7 +860,7 @@ position:relative;
 }
 .notice .attachment img {
 position:absolute;
-top:11px;
+top:18px;
 left:0;
 z-index:99;
 }