mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor tweaks
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b870826e97
commit
4501fb7835
@ -38,7 +38,7 @@
|
||||
position: absolute;
|
||||
|
||||
top: 100px;
|
||||
left: 100px;
|
||||
left: 300px;
|
||||
|
||||
box-shadow: rgba(0,0,0,0.5) 0.1em 0.1em 0.4em;
|
||||
|
||||
@ -56,12 +56,12 @@
|
||||
}
|
||||
|
||||
.container.flat {
|
||||
left: 500px;
|
||||
left: 700px;
|
||||
}
|
||||
|
||||
|
||||
.container.flat2 {
|
||||
left: 500px;
|
||||
left: 700px;
|
||||
top: 400px;
|
||||
}
|
||||
|
||||
@ -296,6 +296,13 @@ Disabled: <button id="theme" onclick="toggleDisabled()">toggle</button>
|
||||
|
||||
Files: <button id="theme" onclick="toggleFiles()">toggle</button>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
Basic key bindings:
|
||||
<ul>
|
||||
<li><code>ctrl-a<code> - edit full path
|
||||
<li><code>ctrl-left<code> / <code>ctrl-Backspace<code> - go to root
|
||||
</ul>
|
||||
|
||||
|
||||
<div class="container">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user