Compare commits

..

No commits in common. "da630f92552961b50c4471634bd2eea0bc7e7d12" and "56359fcccbb1ccf4da1ad9f5702b31f8c5a5884f" have entirely different histories.

5 changed files with 9 additions and 11 deletions

View file

@ -61,7 +61,7 @@
} }
&-user-name { &-user-name {
--emoji-size: 14px; --emoji-size: 1em;
} }
&-user-name-value { &-user-name-value {

View file

@ -86,7 +86,7 @@
} }
.cancel-search { .cancel-search {
height: 100%; height: 50px;
} }
.cancel-icon { .cancel-icon {

View file

@ -94,21 +94,20 @@
text-overflow: ellipsis; text-overflow: ellipsis;
--_still_image-label-scale: 0.25; --_still_image-label-scale: 0.25;
--emoji-size: 18px; --emoji-size: 1em;
} }
.status-favicon { .status-favicon {
height: 18px; height: 18px;
width: 18px; width: 18px;
margin-right: 0.4em; margin-right: 0.4em;
vertical-align: middle;
} }
.status-heading { .status-heading {
margin-bottom: 0.5em; margin-bottom: 0.5em;
.emoji { .emoji {
--emoji-size: 18px; --emoji-size: 1em;
} }
} }
@ -118,6 +117,7 @@
line-height: 1.3; line-height: 1.3;
a { a {
display: inline-block;
word-break: break-all; word-break: break-all;
} }
} }
@ -137,6 +137,8 @@
flex-wrap: wrap; flex-wrap: wrap;
.nowrap { .nowrap {
display: flex;
align-items: end;
white-space: nowrap; white-space: nowrap;
} }
} }

View file

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

View file

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