projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c76795f
)
[frio] Reduce group member add/remove button virtual height
author
Hypolite Petovan
<hypolite@mrpetovan.com>
Thu, 15 Dec 2022 02:17:01 +0000
(21:17 -0500)
committer
Hypolite Petovan
<hypolite@mrpetovan.com>
Thu, 15 Dec 2022 02:17:01 +0000
(21:17 -0500)
- This bring down the tooltip closer to the icon
view/theme/frio/css/style.css
patch
|
blob
|
history
diff --git
a/view/theme/frio/css/style.css
b/view/theme/frio/css/style.css
index 9c8c74eb2a67aec7bb0910de876514fc54a9c321..caa24ceb95bb30b6a8bac925970d29e22ecfd6b1 100644
(file)
--- a/
view/theme/frio/css/style.css
+++ b/
view/theme/frio/css/style.css
@@
-2554,13
+2554,13
@@
ul li:hover .contact-wrapper .contact-action-link:hover {
}
#group-update-wrapper .viewcontact_wrapper .contact-group-actions {
height: 100%;
- margin-top: -10px;
display: flex;
+ flex-direction: column;
+ justify-content: center;
}
#group-update-wrapper .viewcontact_wrapper .contact-group-link {
opacity: 0.8;
font-size: 20px;
- line-height: 50px;
}
#group-update-wrapper .viewcontact_wrapper .contact-action-link:hover {
opacity: 1;