mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-01 10:18:35 +08:00
feat: drag to resize
This commit is contained in:
@@ -12,7 +12,15 @@
|
||||
display: none;
|
||||
padding-top: 40px !important;
|
||||
opacity: 0;
|
||||
transition: opacity $anim-duration, height $anim-duration;
|
||||
transition: opacity $anim-duration;
|
||||
.resizer {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
top: -8px;
|
||||
cursor: row-resize;
|
||||
z-index: 120;
|
||||
}
|
||||
.tools {
|
||||
@include overflow-auto();
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user