mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: Stylelint Issues
This commit is contained in:
parent
f7076c6c5b
commit
ef6c93c784
2 changed files with 16 additions and 16 deletions
|
@ -32,16 +32,16 @@
|
|||
-->
|
||||
<style>
|
||||
.root {
|
||||
height: 100%; /* needed for proper layout */
|
||||
overflow: hidden;
|
||||
height: 100%; /* needed for proper layout */
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.root {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100%;
|
||||
height: auto;
|
||||
min-height: 100%
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue