diff options
| author | Autumn Welles <amwelles@gmail.com> | 2019-09-22 13:11:07 -0400 | 
|---|---|---|
| committer | Autumn Welles <amwelles@gmail.com> | 2019-09-22 13:11:07 -0400 | 
| commit | aa9c56eb70fc3202ccd84e72ff4b3ecf8e63500b (patch) | |
| tree | 6fd9332c7e7be389a8642314f27bd65acdc12d01 /public/css | |
| parent | 9d3da3563ce13d54673cfa3468911caeb4836741 (diff) | |
Make attendee bubbles flexible width
Diffstat (limited to 'public/css')
| -rwxr-xr-x | public/css/style.css | 10 | 
1 files changed, 2 insertions, 8 deletions
diff --git a/public/css/style.css b/public/css/style.css index 122c6ad..e9a0708 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;  	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 {  | 
