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

View File

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