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 {
--emoji-size: 14px;
--emoji-size: 1em;
}
&-user-name-value {

View file

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

View file

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

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')"
>