This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new b193fdd Make gravatars more square in list view
b193fdd is described below
commit b193fdd2c85db400b2c558c0dd81e93bab7c934d
Author: Daniel Gruno <[email protected]>
AuthorDate: Tue Sep 8 21:19:47 2020 +0200
Make gravatars more square in list view
No need for round avatars there
---
webui/css/scaffolding.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index 25a9ee6..8770c03 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -291,7 +291,7 @@ a.dropdown-toggle {
width: 36px;
height: 36px;
float: left;
- border-radius: 50%;
+ border-radius: 15%;
}
.gravatar_sm {