fix button alignments

This commit is contained in:
ThatOneCalculator 2023-04-01 23:53:31 -07:00
parent db77425eac
commit b98c8c526c
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;
}
}