aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/GroupMemberView.scss
diff options
context:
space:
mode:
authorsharkiecodes <lanyi_stroud@brown.edu>2025-06-13 10:17:46 -0400
committersharkiecodes <lanyi_stroud@brown.edu>2025-06-13 10:17:46 -0400
commitfbf768dd4c7734cfdcca38fd1dc1ecf63c64d985 (patch)
tree1c267a3762543b469805d0e08e13f9d311e6a036 /src/client/util/GroupMemberView.scss
parent2c947f1ba7785ccbb705c0dce7e6bd64821da99d (diff)
parenta7a7a5a75845d40f835a38a3af24f000db50009b (diff)
Merge branch 'master' into lanyi-branch
Diffstat (limited to 'src/client/util/GroupMemberView.scss')
-rw-r--r--src/client/util/GroupMemberView.scss20
1 files changed, 9 insertions, 11 deletions
diff --git a/src/client/util/GroupMemberView.scss b/src/client/util/GroupMemberView.scss
index d50569b26..cb1a4e098 100644
--- a/src/client/util/GroupMemberView.scss
+++ b/src/client/util/GroupMemberView.scss
@@ -6,7 +6,7 @@
overflow: visible;
hr {
- margin-top: 20;
+ margin-top: 20px;
}
button {
@@ -31,7 +31,7 @@
}
.editing-header {
- margin-bottom: 5;
+ margin-bottom: 5px;
.group-title {
font-weight: bold;
@@ -39,7 +39,7 @@
text-align: center;
border: none;
outline: none;
- height: 20;
+ height: 20px;
text-overflow: ellipsis;
background: none;
@@ -57,12 +57,12 @@
.group-buttons {
display: flex;
- margin-top: 5;
- margin-bottom: 25;
+ margin-top: 5px;
+ margin-bottom: 25px;
.add-member-dropdown {
- margin-right: 3;
- max-height: 30;
+ margin-right: 3px;
+ max-height: 30px;
width: 250px;
display: inline-flex;
flex-direction: row;
@@ -108,11 +108,9 @@
.remove-button {
position: absolute;
- right: 10;
+ right: 10px;
cursor: pointer;
}
}
}
-
-
-} \ No newline at end of file
+}