summaryrefslogtreecommitdiff
path: root/public/assets/css/hootstream.css
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-10-27 17:19:25 +0200
committerjulian laplace <julescarbon@gmail.com>2022-10-27 17:19:25 +0200
commitadb9b1d5d87fbb1a1fea347b4d1aae7e67a3955d (patch)
tree79b08d38571216672e77b1863a66a955591d2653 /public/assets/css/hootstream.css
parent1e08d36c4c02596b4fc233544db1a4be2cff1ae2 (diff)
file sorting
Diffstat (limited to 'public/assets/css/hootstream.css')
-rw-r--r--public/assets/css/hootstream.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css
index 1966da5..d0d10a2 100644
--- a/public/assets/css/hootstream.css
+++ b/public/assets/css/hootstream.css
@@ -57,6 +57,7 @@
/** ImAgeS and other image lISTS!! */
#hootevents .imageList {
+ padding-left: 7.5rem;
margin-bottom: 1rem;
display: flex;
flex-direction: row;
@@ -520,6 +521,9 @@
max-width: calc(100vmin - 2rem);
max-height: calc(80vmin - 1rem);
}
+ #hootevents .imageList {
+ padding-left: 0;
+ }
#hootevents .imageList img {
max-width: calc(100vmin - 2rem);
max-height: calc(80vmin - 1rem);