mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(style)if height < 800px: .fm height 85%
This commit is contained in:
parent
4a8f0b506b
commit
524ddc510a
1 changed files with 7 additions and 2 deletions
|
|
@ -246,7 +246,7 @@ body {
|
|||
}
|
||||
|
||||
.files {
|
||||
height: 85%;
|
||||
height: 95%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow-y: auto;
|
||||
|
|
@ -268,9 +268,14 @@ a:hover, a:active {
|
|||
/* responsive design */
|
||||
|
||||
@media only screen and (max-height: 800px) {
|
||||
.fm {
|
||||
.fm {
|
||||
height: 75%;
|
||||
}
|
||||
|
||||
.files {
|
||||
height: 85%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue