DeezerTooter/deezer-tooter/browserAction/style.css
2020-10-01 20:05:19 +02:00

22 lines
254 B
CSS

#toot-content {
height: 100px;
max-width: 100px;
white-space: pre-wrap;
}
#toot-url {
color: darkblue;
text-decoration: underline;
}
input {
margin: 5px;
}
button {
margin-left: 10px;
}
* {
font-family: Arial, Helvetica, sans-serif;
}