summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorRaphael <raphaelkabo@gmail.com>2019-09-22 22:07:24 +0100
committerGitHub <noreply@github.com>2019-09-22 22:07:24 +0100
commit8ff6e9cdf8bc3f92541704c8b0e8de1c58f66ca2 (patch)
tree6f6df304f57e09d0fe17a0b86ec560fed7f8b188 /public
parent9d3da3563ce13d54673cfa3468911caeb4836741 (diff)
parent3ea394f87ee5f7db70ac0ce627ac2effdb319ec3 (diff)
Merge pull request #11 from amwelles/master
Make attendee bubbles flexible width
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/style.css12
1 files changed, 3 insertions, 9 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 122c6ad..18f9b73 100755
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -132,21 +132,15 @@ body, html {
}
.attendeesList > li {
- height: 80px;
- width: 80px;
border: 4px solid #0ea130;
- border-radius: 50%;
+ border-radius: 2em;
+ padding: .5em 1em;
margin-right: 5px;
- margin-bottom: 5px;
+ margin-bottom: 10px;
background: #57b76d;
color: white;
font-size: 0.95em;
font-weight: bold;
- overflow: hidden;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
}
.expand {