Merge pull request #438 from Human-Connection/2019/kw15/new_post_button_position

2019/kw15/new_post_button_position
This commit is contained in:
Ulf Gebhardt 2019-04-10 10:56:22 +02:00 committed by GitHub
commit 8821b1c7f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,8 +149,8 @@ export default {
.post-add-button {
z-index: 100;
position: fixed;
top: 100vh;
left: 100vw;
top: 98vh;
left: 98vw;
transform: translate(-120%, -120%);
box-shadow: $box-shadow-x-large;
}