mirror of
https://github.com/mue/mue.git
synced 2026-07-28 11:11:08 +02:00
feat: 7.0 or something daft like that
Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
.Toastify__close-button {
|
||||
align-self: center !important;
|
||||
color: var(--modal-text) !important;
|
||||
}
|
||||
|
||||
.Toastify__progress-bar--default {
|
||||
|
||||
@@ -118,3 +118,16 @@ body {
|
||||
format('woff2');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
|
||||
|
||||
.statsTopBar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
button {
|
||||
margin-bottom: 15px;
|
||||
flex-flow: row !important;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user