fix retweet event handler, fix text being selectable for status action counters

This commit is contained in:
Shpuld Shpuldson 2020-11-26 18:23:53 +02:00
parent ebe3b38a90
commit bee77ffdb2
5 changed files with 65 additions and 25 deletions

View file

@ -173,11 +173,6 @@ a {
color: var(--link, $fallback--link);
}
&.-padded {
padding: 10px;
margin: -10px;
}
&.-fullwidth {
width: 100%;
}