diff options
| author | HJ <spam@hjkos.com> | 2018-12-14 11:40:23 +0000 |
|---|---|---|
| committer | HJ <spam@hjkos.com> | 2018-12-14 11:40:23 +0000 |
| commit | 5b6c1aa97c0d13101ebddb4c34b79a2e428ec30b (patch) | |
| tree | 68666bd1c0cdd25d86a8cb05e3acb8740fcdff9d | |
| parent | 54e34c68fc7797f04641b2f5fdcdb35b82bea220 (diff) | |
| parent | ac80cf868ff30fc4e61862d43666188ddb87b5dd (diff) | |
Merge branch 'fix-chrome' into 'develop'
fix chrome
See merge request pleroma/pleroma-fe!420
| -rw-r--r-- | src/App.scss | 2 |
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; } } |
