min-width for action buttons

they had different sizes and especially the slim stacked dots were unfriendly to click
This commit is contained in:
stonecrusher 2019-07-22 02:51:22 +02:00 committed by GitHub
parent 7206f4cd9e
commit 7490b1f8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,6 +172,10 @@ body.blocked > DIV {
text-decoration: none;
}
#installed .actions > a {
min-width: 22px;
}
/* entry */
.entry {
position: relative;