summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-03-27 09:49:34 +0100
committerYorhel <git@yorhel.nl>2020-03-27 09:49:34 +0100
commita9a4e7098d4d28822174a588c546051d364b3b66 (patch)
tree6db3e68285f5c512574bec7a497a13759ca6b5f0 /data
parentdaa7536973531c1149dbe60b70a785997bb871a2 (diff)
imgflag: Automatically adjust box size based on window size
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 18922823..576842cf 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1063,7 +1063,7 @@ p.filselect i { font-style: normal }
* 2: image
* 3: metadata
* 4: vote box */
-.imageflag { width: 810px; margin: auto }
+.imageflag { margin: auto }
.imageflag > div:nth-child(1) { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2px }
.imageflag > div:nth-child(1) span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0px 20px }
.imageflag > div:nth-child(2) { border: 1px solid $border$; padding: 5px; display: flex; justify-content: center; align-items: center; background: #000 }