Tweak the tweet button

This commit is contained in:
Oliver Davies 2019-08-15 22:30:09 +01:00
parent 3478517d92
commit 96eeb41718

View file

@ -22,3 +22,11 @@ nav[aria-label="Primary"] > div span {
line-height: 1.5; line-height: 1.5;
margin-top: 5px margin-top: 5px
} }
a[aria-label="Tweet"] {
height: auto;
min-height: 0;
min-width: 0;
padding: 10px 15px;
width: 70%;
}