aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresBox.scss
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2024-04-28 13:12:24 -0400
committerSophie Zhang <sophie_zhang@brown.edu>2024-04-28 13:12:24 -0400
commite7db6f3490968fd2dcfbe879b991f326dbb5a3d7 (patch)
tree966b72c13a3e4dfc7ad0d5e4025d6097b6dcd137 /src/client/views/nodes/trails/PresBox.scss
parent219f023202658414b09c5245c807c1bb6cdc4285 (diff)
save prog
Diffstat (limited to 'src/client/views/nodes/trails/PresBox.scss')
-rw-r--r--src/client/views/nodes/trails/PresBox.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/nodes/trails/PresBox.scss b/src/client/views/nodes/trails/PresBox.scss
index 09de4b0f4..7a2733146 100644
--- a/src/client/views/nodes/trails/PresBox.scss
+++ b/src/client/views/nodes/trails/PresBox.scss
@@ -40,11 +40,12 @@
.presBox-effect-row {
display: flex;
- gap: 4px;
+ gap: 8px;
margin: 4px;
}
.presBox-effect-container {
+ cursor: pointer;
overflow: hidden;
position: relative;
width: 80px;
@@ -61,7 +62,7 @@
top: 20px;
left: 20px;
border-radius: 4px;
- // default bg
+ // default bg
background-color: rgb(37, 161, 255);
}