aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2022-03-22 09:47:24 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2022-03-22 09:47:24 +0000
commita253c9517039ecee9beadf5ef5edc12b519b3b99 (patch)
tree17a70e379f8d21485cd40208022658fbec218fff /src/components
parentc6e0dcf08eda87867a3848ca49cb0f8c2ce9a02c (diff)
parent0147226b3d6c92a37d427fcd841ad10628234542 (diff)
Merge branch 'develop' into 'fix-avatars2'
# Conflicts: # src/components/status/status.scss
Diffstat (limited to 'src/components')
-rw-r--r--src/components/status/status.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/status/status.scss b/src/components/status/status.scss
index ae368bb7..d57c7335 100644
--- a/src/components/status/status.scss
+++ b/src/components/status/status.scss
@@ -402,7 +402,7 @@
}
@media all and (max-width: 800px) {
- .repeater-avatar {
+ > .repeater-avatar {
margin-left: 20px;
}
@@ -412,7 +412,7 @@
// TODO define those other way somehow?
// stylelint-disable rscss/class-format
- &.avatar-compact {
+ &.-compact {
width: 32px;
height: 32px;
}