summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-01-17 19:05:17 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-01-17 19:05:17 +0100
commitcd1d2c3d612d3141e7b5ce37167bfe162df5abfc (patch)
tree30a90c207ab23318dd2886d341641f49d28a9f05 /scss
parent93371f17b16f55f5a9ac219d148e928b7831b88f (diff)
downloadIshtar-cd1d2c3d612d3141e7b5ce37167bfe162df5abfc.tar.bz2
Ishtar-cd1d2c3d612d3141e7b5ce37167bfe162df5abfc.zip
Window: better layout for images
Diffstat (limited to 'scss')
-rw-r--r--scss/custom.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss
index 5b5bb0a9d..c074656fc 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -554,12 +554,21 @@ ul.compact{
width: 200px;
}
+.window-main-image {
+ height:300px;
+ display: block;
+}
+
.thumb-image{
height: 200px;
+}
+
+.window-main-image, .thumb-image{
position: relative;
overflow: hidden;
}
+.window-main-image img,
.thumb-image img{
display: inline-block;
max-width: 100%;