fix
This commit is contained in:
parent
85c5af4a5b
commit
fea8203c2f
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue