mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(cloudcmd) css: media query for screen size with width more then 1600 (cloudcmd/console-io#6)
This commit is contained in:
parent
9a13502597
commit
76e0eab94c
1 changed files with 22 additions and 0 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue