mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(style) change .fm height to 75% on small screen heights
This commit is contained in:
parent
4180e160ba
commit
2e3c104033
1 changed files with 8 additions and 1 deletions
|
|
@ -264,6 +264,13 @@ a:hover, a:active {
|
|||
* друг-под-другом
|
||||
*/
|
||||
/* responsive design */
|
||||
|
||||
@media only screen and (max-height: 800px) {
|
||||
.fm {
|
||||
height: 75%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
/* текущий файл под курсором */
|
||||
.current-file {
|
||||
|
|
@ -311,7 +318,7 @@ a:hover, a:active {
|
|||
.text-file {
|
||||
background-image:none;
|
||||
}
|
||||
|
||||
|
||||
/* убираем заголовок*/
|
||||
.fm-header {
|
||||
display:none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue