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:
parent
0e516f4481
commit
5394ba44e7
1 changed files with 836 additions and 828 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue