UI experience tweaks

This commit is contained in:
2022-03-15 19:59:16 -04:00
parent 8e5d2750ec
commit 8c30a7bd92
9 changed files with 35 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
.cell-data-list {
list-style-type: none;
padding: 0;
margin-top: 0;
}

View File

@@ -1,6 +1,7 @@
.mod-list {
list-style-type: none;
padding: 0;
margin-top: 0;
}
.mod-list-item {

View File

@@ -1,6 +1,7 @@
.cell-list {
list-style-type: none;
padding: 0;
margin-top: 0;
}
.cell-list-item {

View File

@@ -1,6 +1,7 @@
.plugin-list {
list-style-type: none;
padding: 0;
margin-top: 0;
}
.plugin-list li {
@@ -50,6 +51,7 @@
padding-right: 12px;
padding-left: 12px;
justify-content: space-evenly;
margin-bottom: 12px;
}
.buttons button {

View File

@@ -1,6 +1,7 @@
.mod-list {
list-style-type: none;
padding: 0;
margin-top: 0;
}
.mod-list-item {
@@ -14,8 +15,9 @@
.file-list {
list-style-type: none;
padding-left: 8px;
margin-top: 0;
}
.file-list li {
margin-top: 8px;
}
}