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