fix(home): fix plus button alignment for calendar events (#3869)

pull/3873/head jitsi-meet_3537
virtuacoplenny 6 years ago committed by GitHub
parent b8a7037959
commit 4d817fc6c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      css/_meetings_list.scss

@ -29,7 +29,7 @@
background: #0074E0;
border-radius: 4px;
color: #FFFFFF;
display: inline-block;
display: flex;
justify-content: center;
align-items: center;
padding: 5px 10px;

Loading…
Cancel
Save