Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAugier <contact@c-henry.fr>2016-08-14 15:28:29 +0300
committerChristophe <christophe.henry@edelia.fr>2016-08-18 11:52:31 +0300
commit8a3f0778f5fec793f698cee7883d381d3ea5ba1a (patch)
tree52c74e0d097f26400be87929f769c03d3b7f33db /app/assets
parent4afa77b003001a646f15cee9457ff82bb486e642 (diff)
Fixes the avatar display on mobile the photo page
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/mobile/mobile.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/mobile/mobile.scss b/app/assets/stylesheets/mobile/mobile.scss
index 20e565400..87e496e04 100644
--- a/app/assets/stylesheets/mobile/mobile.scss
+++ b/app/assets/stylesheets/mobile/mobile.scss
@@ -278,7 +278,7 @@ footer {
font-size: larger;
text-align: center;
- img {
+ img:not(.avatar) {
max-width: 100%;
}