aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2023-06-28 15:08:34 -0400
committersrichman333 <sarah_n_richman@brown.edu>2023-06-28 15:08:34 -0400
commitf021733defb7899493fbf673e17d4b5f48fd7263 (patch)
treeed74a36e2bfb8bdb45668421eca5c95ef2d6d704
parentdfa5bcd6377f57c99a37513c2295a17a4c4bc243 (diff)
GroupManager spacing
-rw-r--r--src/client/util/GroupManager.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/util/GroupManager.scss b/src/client/util/GroupManager.scss
index 9438bdd72..3157190bb 100644
--- a/src/client/util/GroupManager.scss
+++ b/src/client/util/GroupManager.scss
@@ -1,6 +1,7 @@
.group-interface {
width: 380px;
height: 300px;
+ position: relative;
.dialogue-box {
.group-create {
@@ -56,8 +57,9 @@
flex-direction: column;
.overlay {
- transform: translate(-20px, -20px);
- border-radius: 10px;
+ transform: translate(-10px, -10px);
+ width: 400px;
+ height: 320px;
}
.delete-button {