aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/GroupMemberView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-06-13 09:00:49 -0400
committerbobzel <zzzman@gmail.com>2025-06-13 09:00:49 -0400
commit2d6307f6eaa0803aefabae9e9232506611365b66 (patch)
tree7d77764b51a8dcfef4ed5554be6028fea815a4ae /src/client/util/GroupMemberView.scss
parentb91057d00512446339e48fb8488a97a1e5ef03d5 (diff)
updated css and project to HTML5 standards. fixed border rounding for images.
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
+}