diff options
| author | 2024-04-15 23:14:34 +0200 | |
|---|---|---|
| committer | 2024-04-15 23:14:34 +0200 | |
| commit | bf68205ae3b04ceb927cd0fb98e12f19b1daac37 (patch) | |
| tree | 4af463aea956fd496fcdecae56bea7a31c3f6fe4 /p/themes/Mapco | |
| parent | b22d9279bdf12ba4a2b0de911f123813a80a8691 (diff) | |
Improved: Reading view: author (#6289)
* move the margin from themes to frss.css + delete font-size
* same source code as normal view for author information
Diffstat (limited to 'p/themes/Mapco')
| -rw-r--r-- | p/themes/Mapco/_reader-view.scss | 2 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.css | 2 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/p/themes/Mapco/_reader-view.scss b/p/themes/Mapco/_reader-view.scss index 81046aa89..ca63f4f20 100644 --- a/p/themes/Mapco/_reader-view.scss +++ b/p/themes/Mapco/_reader-view.scss @@ -13,9 +13,7 @@ border: none; .author { - margin: 0 0 10px; color: variables.$grey-medium-dark; - font-size: 90%; } } } diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 79ac2bb16..76f807587 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -1126,9 +1126,7 @@ main.prompt { border: none; } #stream.reader .flux .content .author { - margin: 0 0 10px; color: #a6a7ae; - font-size: 90%; } /*=== Configuration pages */ diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 1eefebc20..1c55b037a 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -1126,9 +1126,7 @@ main.prompt { border: none; } #stream.reader .flux .content .author { - margin: 0 0 10px; color: #a6a7ae; - font-size: 90%; } /*=== Configuration pages */ |
