fix(cloudcmd) css: media query for screen size with width more then 1600 (cloudcmd/console-io#6)

This commit is contained in:
coderaiser 2020-12-30 14:38:33 +02:00
parent 9a13502597
commit 76e0eab94c

View file

@ -1,3 +1,25 @@
@media only screen and (min-width: 1600px) {
.name {
width: 40%;
}
.size {
width: 10%;
}
.date {
width: 15%
}
.owner {
width: 12%
}
.mode {
width: 15%
}
}
@media only screen and (max-height: 900px) and (max-width: 600px) {
.fm {
height: 85%;