Rework pretty much all image displaying code
[Sone.git] / src / main / resources / static / css / sone.css
index 68c9878..49f2cba 100644 (file)
@@ -734,6 +734,11 @@ textarea {
        width: 95%;
 }
 
+#sone .images {
+       display: table;
+       width: 100%;
+}
+
 #sone .album-row, #sone .image-row {
        display: table-row;
        border-collapse: separate;
@@ -748,7 +753,8 @@ textarea {
        position: relative;
        margin-top: 1ex;
        margin-bottom: 1ex;
-       height: 120px;
+       height: 122px;
+       overflow: hidden;
 }
 
 #sone .image {