X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fcss%2Farticle.scss;h=a1c6810e110346f798d274a2967cf1864c89e1ff;hb=4d3478ec5306be248149e4f12c16cc112d5cb11b;hp=27ff52214d521620f735c2bb7b85a306f8e2d134;hpb=2a0eec07a5630401a9ceb7add65604f79238f10c;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/material/css/article.scss b/app/Resources/static/themes/material/css/article.scss index 27ff5221..a1c6810e 100644 --- a/app/Resources/static/themes/material/css/article.scss +++ b/app/Resources/static/themes/material/css/article.scss @@ -6,11 +6,15 @@ font-size: 20px; margin: 0 auto; max-width: 45em; + padding: 5px 20px; + background-color: #fff; + box-shadow: 0 0 10px #ccc; article { color: #424242; font-size: 18px; line-height: 1.7em; + overflow-wrap: break-word; h1, h2, @@ -108,12 +112,17 @@ .stats { font-size: 0.8em; - margin: 8px 15px 5px; + margin: 8px 5px 5px; li { display: inline-flex; vertical-align: middle; - margin: 0 5px; + margin: 3px 5px; + + i.material-icons { + color: #3e3e3e; + margin-right: 3px; + } } a { @@ -166,18 +175,18 @@ &:hover { width: 260px !important; - .collapsible-body { - height: auto; - - li a i.material-icons { - margin: auto 5px auto -8px; - } - } - span { opacity: 1; } } + + .collapsible-body { + height: auto; + + li a i.material-icons { + margin: auto 5px auto -8px; + } + } } .progress {