CSS fixes
This commit is contained in:
parent
64db0492a5
commit
1c54adffe4
@ -3,7 +3,20 @@
|
|||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
#toot-url {
|
#toot-url {
|
||||||
visibility: hidden;
|
color: darkblue;
|
||||||
} */
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user