Skip to content

Commit

Permalink
blinkingCursorクラスのスタイルを修正し、余白と高さを調整
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Nov 9, 2024
1 parent 76f6787 commit ca9abcc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,18 @@ div.overlay {
rgb(var(--background-start-rgb));
}

.blinkingCursor {
margin: 0;
padding: 0;
}

.blinkingCursor::after {
position: relative;
top: 4px;
content: "";
width: 10px;
height: 1.17em;
margin-top: 4px;
height: 1.1em;
margin-top: 0;
margin-left: 4px;
background: rgba(0, 158, 219, 1);
display: inline-block;
Expand Down

0 comments on commit ca9abcc

Please sign in to comment.