This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#389
from TrevInc/master
Reduce height of media query to hide avatar/bio
master
Eugen
7 years ago
committed by
GitHub
parent
e6657d7342
febe2449bb
commit
18f59df09e
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
app/assets/stylesheets/components.scss
+ 2
- 2
app/assets/stylesheets/components.scss
View File
@ -147,8 +147,8 @@
}
}
@media
screen
and
(
max-height
:
8
0
0
px
)
{
.
account__header__avatar
,
.
account__header__content
{
@media
screen
and
(
max-height
:
4
80
px
)
{
.
account__header__avatar
,
.
account__header
.
account__header
__content
{
display
:
none
;
}
}
Write
Preview
Loading…
Cancel
Save