mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(style) .fm @media: height
This commit is contained in:
parent
0a83402958
commit
74b6af858e
1 changed files with 7 additions and 15 deletions
|
|
@ -271,19 +271,15 @@ a:hover, a:active {
|
|||
text-decoration:none;
|
||||
}
|
||||
|
||||
/* Если размер окна очень маленький
|
||||
* располагаем имя и атрибуты файла
|
||||
* друг-под-другом
|
||||
*/
|
||||
/* responsive design */
|
||||
|
||||
@media only screen and (max-height: 800px) {
|
||||
@media only screen and (max-height: 800px), (max-height: 640px) and (max-width: 360px) {
|
||||
.fm {
|
||||
height: 74%;
|
||||
height: 80%;
|
||||
}
|
||||
|
||||
.files {
|
||||
height: 85%;
|
||||
}
|
||||
|
||||
@media only screen and (max-height: 533px) {
|
||||
.fm {
|
||||
height: 70%;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -300,10 +296,6 @@ a:hover, a:active {
|
|||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.fm {
|
||||
height: 85%;
|
||||
}
|
||||
|
||||
.panel {
|
||||
font-size: 26px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue