Add set-specific history tracking for group owners

This commit is contained in:
mg
2021-10-19 23:00:25 +01:00
parent 796680f357
commit ac520b66e1
8 changed files with 454 additions and 147 deletions
+1
View File
@@ -5,6 +5,7 @@ html {
--text-color-tinted: #cccccc;
--background-color: #111111;
--background-color-dark: #000000;
--background-color-light: #222222;
--overlay-color: #333333;
height: 100%;
+4
View File
@@ -24,4 +24,8 @@
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
}
.set-select-container {
margin-bottom: 8px;
}