1
0

General UI Improvement (again) (#255)

* Add and fix some stuff

* Add warning when leaving to `mod/create`

* Fix mods/create not working
This commit is contained in:
Johan Novak
2021-06-17 22:03:12 -07:00
committed by GitHub
parent 566833da6e
commit 5859ac7a58
9 changed files with 114 additions and 22 deletions
+3 -2
View File
@@ -707,8 +707,6 @@ export default {
svg {
padding: 0.25rem;
border-radius: 50%;
background-color: var(--color-button-bg);
}
}
}
@@ -749,6 +747,9 @@ export default {
border-radius: 2rem;
background-color: var(--color-button-bg);
margin-right: var(--spacing-card-sm);
&:hover {
background-color: var(--color-button-bg-hover);
}
svg {
width: 1.25rem;
margin: auto;