Skip to content

Commit

Permalink
Change the size of the to-do tickmark
Browse files Browse the repository at this point in the history
Its size is now relative to the font size, improving alignment
  • Loading branch information
adrian-fuertes committed Mar 28, 2022
1 parent 650503f commit e2effc1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion themes/classic/notion-dark-classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ kbd {
width: 100%;
text-align: absolute;
color: #ffffff;
font-size: 12px;
font-size: 0.75em;
font-weight: 750;
}
#write .md-task-list-item>input[checked]::after {
Expand Down
2 changes: 1 addition & 1 deletion themes/classic/notion-darker-classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ code {
width: 100%;
text-align: absolute;
color: #ffffff;
font-size: 12px;
font-size: 0.75em;
font-weight: 750;
}
#write .md-task-list-item>input[checked]::after {
Expand Down
2 changes: 1 addition & 1 deletion themes/classic/notion-light-classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ kbd {
width: 100%;
text-align: absolute;
color: var(--bg-color);
font-size: 12px;
font-size: 0.75em;
font-weight: 760;
}

Expand Down
2 changes: 1 addition & 1 deletion themes/enhanced/notion-dark-enhanced.css
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ kbd {
width: 100%;
text-align: absolute;
color: #ffffff;
font-size: 12px;
font-size: 0.75em;
font-weight: 750;
}
#write .md-task-list-item>input[checked]::after {
Expand Down
2 changes: 1 addition & 1 deletion themes/enhanced/notion-darker-enhanced.css
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ code {
width: 100%;
text-align: absolute;
color: #ffffff;
font-size: 12px;
font-size: 0.75em;
font-weight: 750;
}
#write .md-task-list-item>input[checked]::after {
Expand Down
2 changes: 1 addition & 1 deletion themes/enhanced/notion-light-enhanced.css
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ kbd {
width: 100%;
text-align: absolute;
color: var(--bg-color);
font-size: 12px;
font-size: 0.75em;
font-weight: 760;
}

Expand Down

0 comments on commit e2effc1

Please sign in to comment.