Revert "Give subscribe buttons a fixed width"

This reverts commit a4994fd879.
This commit is contained in:
itepechi 2023-09-20 06:03:10 +09:00
parent 16e597d7cc
commit 3e51f18ee0
2 changed files with 2 additions and 6 deletions

View File

@ -303,10 +303,6 @@
button {
margin: 0;
}
.subscribe-button {
width: 2em;
}
}
}

View File

@ -198,7 +198,7 @@
<template v-if="relationship.following">
<ProgressButton
v-if="!relationship.subscribing"
class="btn button-default subscribe-button"
class="btn button-default"
:click="subscribeUser"
:title="$t('user_card.subscribe')"
>
@ -206,7 +206,7 @@
</ProgressButton>
<ProgressButton
v-else
class="btn button-default subscribe-button toggled"
class="btn button-default toggled"
:click="unsubscribeUser"
:title="$t('user_card.unsubscribe')"
>