feat: about, remove redundancy

- Remove redundant background option
- about tab UI improvements
- improve widget order UI.. to be completed later
This commit is contained in:
alexsparkes
2022-04-09 23:09:27 +01:00
parent db5bf0019c
commit d2e6d6d319
8 changed files with 86 additions and 47 deletions

View File

@@ -93,3 +93,13 @@ table {
}
}
}
.donateButton {
@include modal-button(standard);
flex-flow: row !important;
text-decoration: none;
height: auto !important;
svg {
font-size: 1.5rem !important;
}
}