1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

hide supporte badge on small screen

This commit is contained in:
Chris Schneider 2013-03-11 22:12:55 -05:00
parent 0e516f4481
commit 5394ba44e7

View file

@ -134,6 +134,10 @@ pre, textarea.pre {
vertical-align: middle;
}
.imageLink.supporter {
display:none;
}
.btnCurrentUser {
text-decoration: none;
}
@ -282,6 +286,10 @@ form, .readOnlyContent {
display: inline;
}
.imageLink.supporter {
display:inline-block;
}
.header {
padding-left: 30px;
padding-top: 15px;