fix button alignments

This commit is contained in:
ThatOneCalculator 2023-04-01 23:53:31 -07:00
parent f8474063fe
commit aa0ec5016b
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
2 changed files with 8 additions and 1 deletions

View File

@ -141,7 +141,9 @@ onBeforeUnmount(() => {
<style lang="scss" scoped>
.kpoogebi {
position: relative;
display: inline-block;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
color: var(--accent);
border: solid 1px var(--accent);

View File

@ -343,6 +343,11 @@ async function deleteProfile() {
> .new {
font-size: 20px;
background-color: var(--accentedBg);
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
margin: -0.5rem;
}
}