aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHJ <spam@hjkos.com>2018-12-14 11:40:23 +0000
committerHJ <spam@hjkos.com>2018-12-14 11:40:23 +0000
commit5b6c1aa97c0d13101ebddb4c34b79a2e428ec30b (patch)
tree68666bd1c0cdd25d86a8cb05e3acb8740fcdff9d /src
parent54e34c68fc7797f04641b2f5fdcdb35b82bea220 (diff)
parentac80cf868ff30fc4e61862d43666188ddb87b5dd (diff)
Merge branch 'fix-chrome' into 'develop'
fix chrome See merge request pleroma/pleroma-fe!420
Diffstat (limited to 'src')
-rw-r--r--src/App.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss
index 871f193f..0a303b15 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -242,7 +242,7 @@ i[class*=icon-] {
}
&.right {
- justify-content: right;
+ justify-content: flex-end;
padding-right: 20px;
}
}