Adding remote follow button

This commit is contained in:
Eugen Rochko
2017-01-01 19:52:25 +01:00
parent 91c5426455
commit 8f47f6a7ec
11 changed files with 114 additions and 20 deletions

View File

@ -147,6 +147,12 @@
}
}
@media screen and (max-height: 800px) {
.account__header__avatar, .account__header__content {
display: none;
}
}
.account__header__content {
word-wrap: break-word;
font-weight: 300;
@ -585,4 +591,4 @@
pointer-events: none;
bottom: 0;
left: 0;
}
}