mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(index) hide .path-icon when no js
This commit is contained in:
parent
cd13b6914f
commit
00a3f1088d
1 changed files with 5 additions and 1 deletions
|
|
@ -14,10 +14,14 @@
|
|||
|
||||
<noscript>
|
||||
<style>
|
||||
.keyspanel {
|
||||
.path-icon, .keyspanel {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.links {
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
.fm {
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue