Skip to content

Commit

Permalink
polish ui
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpozdeev committed Sep 12, 2023
1 parent 30ec81e commit cf40bc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/content/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,9 @@ li.task-row.task-expanded .task-toggle { transform:rotate(90deg); }
margin:0px 3px;
display: inline-block; /* for RTL */
}
.task-tags:empty {
margin:0;
}
.task-tags .tag {
font-size:0.9rem;
font-weight:bold;
Expand Down Expand Up @@ -1164,7 +1167,7 @@ li.mtt-item-hidden { display:none; }
}
.mtt-settings-table .td {
flex-grow: 1;
line-height: 1.5em;
line-height: 1.6em;
}
.mtt-settings-table .td.extensions {
line-height: 1.7em;
Expand Down

0 comments on commit cf40bc7

Please sign in to comment.