make help button truly round

This commit is contained in:
Jan Friedli 2020-04-13 22:58:28 +02:00
parent baed99b5a1
commit b2bcbf4d6c
No known key found for this signature in database
GPG key ID: F945FA2FCA30549D

View file

@ -84,15 +84,15 @@ details[open] > summary:before {
position:absolute; position:absolute;
right: 10px; right: 10px;
bottom: 10px; bottom: 10px;
border-radius: 45%; border-radius: 50%;
border: none; border: none;
padding: 6px; padding: 6px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background-color: #A6C8F1; background-color: #A6C8F1;
max-height: 10px; width: 10px;
max-width: 10px; height: 10px;
font-size: 10px; font-size: 10px;
color: #FFFFFF; color: #FFFFFF;
} }