mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
better css for RTL localisations
This commit is contained in:
parent
ae6a4ef2a4
commit
146d9a19bb
1 changed files with 3 additions and 2 deletions
|
|
@ -656,7 +656,8 @@ li.task-row.task-expanded .task-toggle { transform:rotate(90deg); }
|
|||
display: block;
|
||||
}
|
||||
#mtt.show-date.date-inline .task-date {
|
||||
display: inline;
|
||||
display: inline-block; /* for RTL */
|
||||
margin:0;
|
||||
margin-left:3px;
|
||||
}
|
||||
.task-through { overflow:hidden; flex-grow:1; }
|
||||
|
|
@ -678,7 +679,7 @@ li.task-row.task-expanded .task-toggle { transform:rotate(90deg); }
|
|||
}
|
||||
.task-tags {
|
||||
margin:0px 3px;
|
||||
display: inline-block; /* for RTL */
|
||||
display: inline;
|
||||
}
|
||||
.task-tags:empty {
|
||||
margin:0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue