New isso CSS adjustments

This commit is contained in:
Luca Beltrame 2021-01-03 09:59:24 +01:00
parent 570816b355
commit b704f657be
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -8,6 +8,7 @@
'segoe ui', arial,
sans-serif;
}
#isso-thread {
font-family: -apple-system, BlinkMacSystemFont,
'avenir next', avenir,
@ -45,10 +46,6 @@
padding-right: 1rem;
}
/*.isso-postbox > .form-wrapper > .auth-section .post-action {
margin: 0.2rem !important;
}*/
.isso-postbox > .form-wrapper > .auth-section .post-action input {
font-size: 0.9rem;
background-color: #000000 !important;
@ -59,10 +56,16 @@
font-size: 0.9rem;
}
.isso-postbox > .form-wrapper input[type="checkbox"] {
font-size: 0.9rem;
padding-right: 0.2rem;
margin-right: 0.5rem !important;
}
.isso-comment > div.text-wrapper > .isso-comment-header {
font-size: 0.85rem !important;
}
.isso-comment > div.text-wrapper > div.text p {
font-size: 0.85rem !important;
}