diff --git a/empty.png b/empty.png deleted file mode 100644 index b6d7916..0000000 Binary files a/empty.png and /dev/null differ diff --git a/main.css b/main.css index ec3de74..ae2c041 100644 --- a/main.css +++ b/main.css @@ -20,8 +20,9 @@ summary { margin: 0.5em; } -img.roomAvatar { +.roomAvatar { height: 36px; + width: 36px; margin: 0.5em; } diff --git a/spaces.html b/spaces.html index ae47418..2f5c4d3 100644 --- a/spaces.html +++ b/spaces.html @@ -26,7 +26,7 @@ % if 'avatar_url' in room: % else: - +
% endif