Skip to content

Commit ede8603

Browse files
kimjoin2claude
andauthored
fix: remove confusing custom resize handle and visual indicators (JeongJaeSoon#23)
Co-authored-by: Claude <[email protected]>
1 parent 7f7ea05 commit ede8603

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

src/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
<input type="range" id="opacity-slider" min="30" max="100" value="95" step="5">
105105
</div>
106106
</div>
107-
<div class="resize-handle" id="resize-handle"></div>
108107
</div>
109108

110109
<script src="../dist/renderer.js"></script>

src/styles/main.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -276,21 +276,6 @@ body {
276276
transform: scale(1.2);
277277
}
278278

279-
.resize-handle {
280-
position: absolute;
281-
bottom: 0;
282-
left: 0;
283-
right: 0;
284-
height: 8px;
285-
background: transparent;
286-
cursor: ns-resize;
287-
-webkit-app-region: no-drag;
288-
}
289-
290-
.resize-handle:hover {
291-
background: rgba(74, 158, 255, 0.3);
292-
}
293-
294279
/* Scrollbar styles */
295280
::-webkit-scrollbar {
296281
width: 6px;

0 commit comments

Comments
 (0)