git save current version as 0.0.4
This commit is contained in:
+23
-22
@@ -419,81 +419,82 @@
|
||||
|
||||
.wolai-table-resize-handle {
|
||||
position: absolute;
|
||||
background: rgba(15, 23, 42, 0.45);
|
||||
background: rgba(37, 99, 235, 0.12);
|
||||
border-radius: 999px;
|
||||
transition: opacity 0.15s ease, background 0.2s ease;
|
||||
transition: opacity 0.15s ease, background 0.2s ease, transform 0.12s ease;
|
||||
opacity: 0;
|
||||
z-index: 40;
|
||||
box-shadow: 0 6px 18px rgba(37, 99, 235, 0.08);
|
||||
}
|
||||
|
||||
.wolai-table-resize-handle.is-dragging {
|
||||
background: rgba(37, 99, 235, 0.9);
|
||||
background: rgba(37, 99, 235, 0.38);
|
||||
}
|
||||
|
||||
.wolai-table-resize-handle--left,
|
||||
.wolai-table-resize-handle--right {
|
||||
top: 50%;
|
||||
width: 12px;
|
||||
height: 48px;
|
||||
width: 10px;
|
||||
height: 34px;
|
||||
transform: translateY(-50%);
|
||||
cursor: ew-resize;
|
||||
}
|
||||
|
||||
.wolai-table-resize-handle--left {
|
||||
left: -6px;
|
||||
left: 6px;
|
||||
}
|
||||
|
||||
.wolai-table-resize-handle--right {
|
||||
right: -6px;
|
||||
right: 6px;
|
||||
}
|
||||
|
||||
.wolai-table-resize-handle--top,
|
||||
.wolai-table-resize-handle--bottom {
|
||||
left: 50%;
|
||||
width: 48px;
|
||||
height: 12px;
|
||||
width: 34px;
|
||||
height: 10px;
|
||||
transform: translateX(-50%);
|
||||
cursor: ns-resize;
|
||||
}
|
||||
|
||||
.wolai-table-resize-handle--top {
|
||||
top: -6px;
|
||||
top: 6px;
|
||||
}
|
||||
|
||||
.wolai-table-resize-handle--bottom {
|
||||
bottom: -6px;
|
||||
bottom: 6px;
|
||||
}
|
||||
|
||||
.wolai-table-resize-handle--top-left,
|
||||
.wolai-table-resize-handle--top-right,
|
||||
.wolai-table-resize-handle--bottom-left,
|
||||
.wolai-table-resize-handle--bottom-right {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-radius: 4px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.wolai-table-resize-handle--top-left {
|
||||
top: -8px;
|
||||
left: -8px;
|
||||
top: 6px;
|
||||
left: 6px;
|
||||
cursor: nwse-resize;
|
||||
}
|
||||
|
||||
.wolai-table-resize-handle--bottom-right {
|
||||
bottom: -8px;
|
||||
right: -8px;
|
||||
bottom: 6px;
|
||||
right: 6px;
|
||||
cursor: nwse-resize;
|
||||
}
|
||||
|
||||
.wolai-table-resize-handle--top-right {
|
||||
top: -8px;
|
||||
right: -8px;
|
||||
top: 6px;
|
||||
right: 6px;
|
||||
cursor: nesw-resize;
|
||||
}
|
||||
|
||||
.wolai-table-resize-handle--bottom-left {
|
||||
bottom: -8px;
|
||||
left: -8px;
|
||||
bottom: 6px;
|
||||
left: 6px;
|
||||
cursor: nesw-resize;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user