From f0d3eae17a90f2516bfec199386e14438fabdb7a Mon Sep 17 00:00:00 2001 From: Frank Hochmuth Date: Mon, 5 Feb 2024 21:23:33 +0100 Subject: [PATCH] Update common.css - Feed header: Overwrite removed, pixel size adapted to device types --- .../themes/leggero/leggero-v2/res/common.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/fp-interface/themes/leggero/leggero-v2/res/common.css b/fp-interface/themes/leggero/leggero-v2/res/common.css index bea3345..ec5f5fc 100644 --- a/fp-interface/themes/leggero/leggero-v2/res/common.css +++ b/fp-interface/themes/leggero/leggero-v2/res/common.css @@ -180,11 +180,6 @@ h4 { font-size: 1.2em } margin: .5em 0 0 0 } -#head a img.feed { - float: right; - margin: 0px !IMPORTANT; - height: 16px -} /* ===== DIV CONTAINER "MAIN" ===== */ #outer-container { @@ -245,6 +240,12 @@ h4 { font-size: 1.2em } width: 100%; height: 180px !IMPORTANT } + + #head a img.feed { + float: right; + margin: 0px; + height: 14px + } } @media (min-width: 768px) { /* Smartphone landscape and Tablet */ @@ -272,6 +273,8 @@ h4 { font-size: 1.2em } .bbcode_video.right { float: right !IMPORTANT; margin: 0.5em 0.5em 1em 1em } .bbcode_video.left { float: left !IMPORTANT; margin: 0.5em 1em 1em 0.5em } + + #head a img.feed { height: 16px } } @media (min-width: 1024px) { /* Laptop and small Desktop-PC */ @@ -358,6 +361,12 @@ h4 { font-size: 1.2em } } .bbcode_video.nofloat { text-align: center } + + #head a img.feed { + float: right; + margin: 0px; + height: 10px + } } #main p { line-height: 1.4em; margin-top: 1em }