Skip to content

Commit

Permalink
update to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
greyaz committed Oct 19, 2022
1 parent 7847f1b commit 395d95b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Asset/dev/css/activity-and-comment.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
margin-left: 0.5rem;
}
.comment, .activity-event {
padding: 1rem;
padding: 1.5rem;
margin-bottom: 0;
border-bottom: var(--style-border);
background: var(--color-greyscale-4);
Expand Down
5 changes: 2 additions & 3 deletions Asset/dev/css/basics.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,8 @@ article {
.markdown{
line-height: 1.5rem;
}
.markdown *:not(code){
line-height: 1.5rem;
/*text-align: justify;*/
.markdown a{
border-bottom: 1px dotted var(--color-greyscale-2);
}
.markdown p {
margin-bottom: 1rem;
Expand Down
1 change: 1 addition & 0 deletions Asset/dev/css/form-components.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ label {
.form-inline {
height: auto;
padding: 1rem;
padding-left: 1rem !important;
width: auto;
min-width: var(--size-width-comp);
background: var(--color-greyscale-4);
Expand Down
1 change: 1 addition & 0 deletions Asset/dev/css/task-detail.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#task-view .sidebar-content .accordion-content article.markdown pre code,
#task-view .sidebar-content .accordion-content article.markdown pre code * {
font-size: 1rem;
line-height: 1.5rem;
}
#task-view .sidebar-content .file-thumbnails{
padding: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion Asset/main.min.css

Large diffs are not rendered by default.

0 comments on commit 395d95b

Please sign in to comment.