aboutsummaryrefslogtreecommitdiffstats
path: root/styles.css
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-05-18 03:47:37 -0700
committerPinapelz <yukais@pinapelz.com>2026-05-18 03:47:37 -0700
commit4b4d7e18c08190fe9debd23bc39d3a7a8e20cbb8 (patch)
treedbea40b3dce4ed600dcc893a14b1b070d515610b /styles.css
parentde6fa06ec51f4c44c4b3f718d8f715bc62f26287 (diff)
fix: re-arranging items on the same row indicatorHEADmain
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 994c882..821c0df 100644
--- a/styles.css
+++ b/styles.css
@@ -108,6 +108,16 @@ span.items {
span.item {
pointer-events: auto;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+span.item.drop-placeholder {
+ pointer-events: none;
+ border: 2px dashed #aaa;
+ background-color: rgba(255, 255, 255, 0.15);
+ box-sizing: border-box;
}
.images {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage