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.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css
index 53c246e..7298fcb 100644
--- a/public/static/style.css
+++ b/public/static/style.css
@@ -271,6 +271,27 @@ button[type=submit]:hover {
align-self: flex-end;
}
+/** FILE CATALOG (WALL) */
+.wall {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 16px;
+}
+
+.wall .brick {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+
+ width: 128px;
+ height: 128px;
+}
+
+.brick img {
+ min-width: 100%;
+ height: auto;
+}
+
/** SHORTCUTS */
.column {
display: flex;