This commit is contained in:
Freeplay 2023-06-12 18:05:31 -04:00
parent 85c5af4a5b
commit fea8203c2f
2 changed files with 5 additions and 1 deletions

View file

@ -183,6 +183,10 @@ onBeforeUnmount(() => {
</script>
<style lang="scss" scoped>
.menu {
width: 3em;
height: 2em;
}
.follow-button {
position: relative;
display: inline-flex;
@ -197,7 +201,6 @@ onBeforeUnmount(() => {
height: 2em;
border-radius: 100px;
background: var(--bg);
margin-left: 14px;
&.full {
padding: 0.2em 0.7em;

View file

@ -390,6 +390,7 @@ onUnmounted(() => {
height: var(--height);
&.right {
justify-content: flex-end;
z-index: 2;
// margin-right: calc(0px - var(--margin));
// margin-left: var(--margin);
> .button:last-child {