Make margins/paddings automatically adapt in rtl

No need for separate rules for rtl, yay!
This commit is contained in:
daudix
2024-07-05 05:54:19 +03:00
parent 4edb6e9760
commit 1758eb99a8
13 changed files with 40 additions and 136 deletions

View File

@ -367,22 +367,6 @@ You know what? I'm gonna say some <mark>very important</mark> stuff, so <mark>im
<del>Text deleted</del> <ins>Text added</ins>
## Time
```html
<time>13:37</time>
```
<time>13:37</time>
For blinking animation, make the time bold
```html
<time>**13:37**</time>
```
<time>**13:37**</time>
## Progress bar
```html