]> git.mxchange.org Git - friendica.git/commitdiff
make contact request buttons more accessible
authorvinzv <vinz@vinzv.de>
Tue, 6 Oct 2020 21:01:31 +0000 (23:01 +0200)
committervinzv <vinz@vinzv.de>
Tue, 6 Oct 2020 21:01:31 +0000 (23:01 +0200)
- scaled up the icons
- removed the dysfunctional hover effect
- added more padding inbetween the icons

view/theme/frio/css/style.css

index dfd6006321ed51e899e361de1e27c98bbad0124f..3e638752c836597f2166480edadbee315d684ede 100644 (file)
@@ -702,6 +702,17 @@ nav.navbar .nav > li > button:focus
     max-height: 400px;
     overflow: auto
 }
+.intro-actions {
+       font-size: 2em;
+       padding: 1em;
+}
+.intro-wrapper button.intro-action-link {
+       padding-left: 10px;
+       padding-right: 10px;
+}
+ul li .intro-wrapper button.intro-action-link {
+       opacity:0.7;
+}
 @media screen and (max-width: 768px) {
     #topbar-second #space-menu-dropdown .media-list,
     #topbar-second #search-menu-dropdown .media-list {