mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed: Stylelint Issues
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user