mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fixed responsive editor width
This commit is contained in:
parent
7c3204c70a
commit
54c267b0d8
1 changed files with 3 additions and 3 deletions
|
|
@ -236,9 +236,9 @@ a:focus { outline: thin dotted; }
|
|||
*/
|
||||
/* responsive design */
|
||||
@media only screen and (max-width: 600px){
|
||||
#left{
|
||||
width:90% !important;
|
||||
}
|
||||
.panel{
|
||||
width:94% !important;
|
||||
}
|
||||
/* если правая панель не помещаеться - прячем её */
|
||||
#right{
|
||||
display:none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue