Add enable/disable all plugins buttons

This commit is contained in:
2022-03-15 01:03:51 -04:00
parent 72b7981e8c
commit ee7c956525
3 changed files with 45 additions and 2 deletions

View File

@@ -17,6 +17,10 @@
margin-left: 8px;
}
.loading {
margin-bottom: 12px;
}
/* From: https://stackoverflow.com/a/28074607/6620612 */
.loading:after {
overflow: hidden;
@@ -39,3 +43,17 @@
width: 1.25em;
}
}
.buttons {
display: flex;
flex-direction: row;
padding-right: 12px;
padding-left: 12px;
justify-content: space-evenly;
}
.buttons button {
flex: 1;
margin-right: 12px;
margin-right: 12px;
}