From 7ce6fd19b54a93e56198c080d964eed6b02c88c6 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 29 Apr 2022 19:33:26 +0200 Subject: [PATCH] adding style information for the Feed link --- view/theme/frio/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index c619ee678f..b3250d8055 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1200,6 +1200,7 @@ aside .vcard .icon { overflow: auto; margin-bottom: 10px; } +aside .vcard #subscribe-feed-link-button, aside .vcard #dfrn-request-link-button, aside .vcard #wallmessage-link-botton { width: 50%; @@ -1207,6 +1208,7 @@ aside .vcard #wallmessage-link-botton { float: left; padding: 0 5px; } +aside .vcard #subscribe-feed-link, aside .vcard #dfrn-request-link, aside .vcard #wallmessage-link { width: 100%;