summaryrefslogtreecommitdiff
path: root/public/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/static/style.css')
-rw-r--r--public/static/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css
index e0ae3e0..f22bac2 100644
--- a/public/static/style.css
+++ b/public/static/style.css
@@ -136,6 +136,13 @@ button[type=submit]:hover {
background: var(--box-content-background-2);
}
+/** FILES */
+.file-preview img,
+.file-preview video {
+ width: 100%;
+ max-height: 100%;
+}
+
/** SHORTCUTS */
.column {
display: flex;
@@ -163,10 +170,18 @@ button[type=submit]:hover {
justify-content: center;
}
+.justify-end {
+ justify-content: end;
+}
+
.align-center {
align-items: center;
}
+.align-bottom {
+ align-items: end;
+}
+
.pad-4 {
padding: 4px;
}