fix button alignments
This commit is contained in:
parent
f8474063fe
commit
aa0ec5016b
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue