Tweak the tweet button
This commit is contained in:
parent
3478517d92
commit
96eeb41718
|
@ -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%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue