Skip to content

Commit

Permalink
style(task-item): minor style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie committed Sep 20, 2023
1 parent b46cc18 commit 1be6068
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 10 additions & 1 deletion wiki/public/scss/edit_wiki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@ ul[data-type="taskList"] {

> label {
flex: 0 0 auto;
margin-right: 0.5rem;
margin-right: 0.25rem;
margin-bottom: 0;
user-select: none;
}

Expand All @@ -537,5 +538,13 @@ ul[data-type="taskList"] {
ul[data-type="taskList"] > li {
display: flex;
}

input {
color: #000;
margin: .1rem;
margin-top: 0.4rem;
border: 1.25px solid black;
accent-color: black;
}
}
}
4 changes: 4 additions & 0 deletions wiki/public/scss/wiki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,10 @@ body.dark {
h2 {
margin-top: 2.5rem;
}

ul[data-type="taskList"] input {
margin-top: 0;
}
}
@include media-breakpoint-down(md) {
width: auto;
Expand Down

0 comments on commit 1be6068

Please sign in to comment.