mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(css) rm !important
This commit is contained in:
parent
dd05252eff
commit
fc98e1ec50
1 changed files with 3 additions and 3 deletions
|
|
@ -260,7 +260,7 @@ a:hover, a:active {
|
|||
/* responsive design */
|
||||
@media only screen and (max-width: 600px){
|
||||
.panel{
|
||||
width:94% !important;
|
||||
width:94%;
|
||||
}
|
||||
/* если правая панель не помещаеться - прячем её */
|
||||
#right{
|
||||
|
|
@ -356,7 +356,7 @@ a:hover, a:active {
|
|||
}
|
||||
@media only screen and (min-width: 601px) and (max-width: 785px){
|
||||
.panel{
|
||||
width:94% !important;
|
||||
width:94%;
|
||||
}
|
||||
#right{
|
||||
display:none;
|
||||
|
|
@ -369,7 +369,7 @@ a:hover, a:active {
|
|||
|
||||
@media only screen and (min-width:786px) and (max-width: 1155px){
|
||||
.panel{
|
||||
width:94% !important;
|
||||
width:94%;
|
||||
}
|
||||
/* если правая панель не помещаеться - прячем её */
|
||||
#right{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue