mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
Merge commit '54ad57ea9527a58ac2b95159ed178ed7c737a89c' into glitch-soc/merge-upstream
This commit is contained in:
@@ -7963,7 +7963,6 @@ noscript {
|
||||
.avatar {
|
||||
display: block;
|
||||
flex: 0 0 auto;
|
||||
width: 94px;
|
||||
|
||||
.account__avatar {
|
||||
background: var(--background-color);
|
||||
@@ -10766,7 +10765,7 @@ noscript {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
gap: 2px 10px;
|
||||
}
|
||||
|
||||
&__numbers {
|
||||
@@ -11044,7 +11043,7 @@ noscript {
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
border-bottom: 1px solid var(--background-border-color);
|
||||
touch-action: pan-x;
|
||||
touch-action: pan-y;
|
||||
|
||||
&__slides {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user