mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(style) .fm: height
This commit is contained in:
parent
3ffac6da5c
commit
e08c09ed6c
1 changed files with 6 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ body {
|
|||
}
|
||||
.fm {
|
||||
width : 97%;
|
||||
height: 85%;
|
||||
height: 90%;
|
||||
margin: 26px auto 0 auto;
|
||||
}
|
||||
.fm-header {
|
||||
|
|
@ -300,9 +300,14 @@ a:hover, a:active {
|
|||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.fm {
|
||||
height: 85%;
|
||||
}
|
||||
|
||||
.panel {
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
/* текущий файл под курсором */
|
||||
.current-file {
|
||||
background-color: rgb(49, 123, 249);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue