]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Make the whole accordion area clickable
authorDamian Wajer <damian@damianwajer.com>
Tue, 17 Jan 2023 18:44:18 +0000 (19:44 +0100)
committerDamian Wajer <damian@damianwajer.com>
Thu, 19 Jan 2023 18:48:02 +0000 (19:48 +0100)
view/theme/frio/css/style.css

index 537652cd14de776d63466d63cc715daa964dc2ce..6f647b048cee13bd607e6196dcc49969145f6b3c 100644 (file)
@@ -2928,6 +2928,10 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
 .section-subtitle-wrapper {
        padding: 1px 10px;
 }
+.accordion-toggle {
+       width: 100%;
+    text-align: left;
+}
 details.profile-jot-net[open] summary:before,
 .panel .section-subtitle-wrapper .accordion-toggle:before {
        font-family: ForkAwesome;
@@ -2992,6 +2996,12 @@ details.profile-jot-net[open] summary:before {
        margin-top: 10px;
        margin-bottom: 10px;
 }
+.section-subtitle-wrapper > h2 .accordion-toggle {
+       margin-top: -10px;
+       margin-bottom: -10px;
+       padding-top: 10px;
+       padding-bottom: 10px;
+}
 
 .section-subtitle-wrapper > h3 {
        font-size: 16px;