X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=8c30aa808305e8640ea3a3bd0498f2197ba89f8d;hb=eaee6b8f5e18c32388abd6aa33f1d940dc36471f;hp=1cb2e9548feeff70cc637943996c0bef0d2aab7a;hpb=5611d91c2ea8e5360f196024734931715d019713;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 1cb2e95..8c30aa8 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -657,23 +657,21 @@ textarea { } #sone .image-container { - width: 200px; - height: 200px; + width: 250px; + height: 250px; overflow: hidden; padding: -1px; border: solid 1px #000; } #sone .image { - width: 200px; - height: 150px; display: table-cell; vertical-align: top; text-align: center; padding: 0.5ex; } -#sone .image img, #sone .single-image img { +#sone .single-image img { border: solid 1px #000; background-color: #fff; } @@ -686,12 +684,14 @@ textarea { width: 95%; } -#sone .image .image-title { +#sone .image .image-title, #sone .album .album-title { font-weight: bold; } -#sone .image .image-description { +#sone .image .image-description, #sone .album .album-description { text-align: left; + width: 195px; + word-wrap: break-word; } #sone .backlinks .separator {