Skip to content

Commit

Permalink
style(next): fix the note title text box
Browse files Browse the repository at this point in the history
  • Loading branch information
adoriandoran committed Jan 15, 2025
1 parent 896d7a3 commit c2dbf0a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/public/stylesheets/theme-next/shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -1627,3 +1627,20 @@ body .calendar-dropdown-widget .calendar-body a:hover {
padding: 0 8px;
color: var(--help-code-color);
}

/* Note area */

.title-row > *:first-child {
margin-right: 0;
}

.title-row > *:nth-child(2) {
margin-left: 0;
}

.note-title-widget input {
--input-background-color: transparent;

border-radius: 8px;
padding-left: 12px;
}

0 comments on commit c2dbf0a

Please sign in to comment.