mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(index) add style for no js: hide keys, show one panel
This commit is contained in:
parent
aecf0e1d14
commit
ad427276eb
1 changed files with 24 additions and 0 deletions
|
|
@ -11,6 +11,30 @@
|
|||
<title>{{ title }}</title>
|
||||
|
||||
<link rel=stylesheet href=/join/css/reset.css:css/style.css:css/icons.css>
|
||||
|
||||
<noscript>
|
||||
<style>
|
||||
.keyspanel {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fm {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.panel-right {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.panel-left {
|
||||
width: 97%;
|
||||
}
|
||||
|
||||
.name a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
</noscript>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue