mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
Hide channel description on small screens
This commit is contained in:
@@ -185,9 +185,14 @@ only show up when the screen is wide enough */
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* Center sorting options when screen is less than 640px*/
|
||||
@media screen and (max-width: 640px) {
|
||||
/* Center sorting options when screen is less than 640px*/
|
||||
#sort-options {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/* Hide channel description on mobile */
|
||||
#channel-description-container {
|
||||
display: none
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user