Skip to content

Commit

Permalink
visualize resiszer (mrdoob#28264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycw authored May 17, 2024
1 parent cb49101 commit cb24e42
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions editor/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,13 +297,24 @@ select {
#resizer {
position: absolute;
top: 32px;
right: 345px;
right: 350px;
width: 5px;
bottom: 0px;
/* background-color: rgba(255,0,0,0.5); */
transform: translatex(2.5px);
cursor: col-resize;
}

#resizer:hover {
background-color: #08f8;
transition-property: background-color;
transition-delay: 0.1s;
transition-duration: 0.2s;
}

#resizer:active {
background-color: #08f;
}

#viewport {
position: absolute;
top: 32px;
Expand Down

0 comments on commit cb24e42

Please sign in to comment.