mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(css) hide f5, f6 on one-panel-view
This commit is contained in:
parent
c0b6c47939
commit
f61dbbadf6
1 changed files with 2 additions and 2 deletions
|
|
@ -357,7 +357,7 @@ a:hover, a:active {
|
|||
width:94%;
|
||||
}
|
||||
/* если правая панель не помещаеться - прячем её */
|
||||
#right {
|
||||
display:none;
|
||||
#right, .cmd-button#f5, .cmd-button#f6 {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue