New isso CSS adjustments
This commit is contained in:
parent
570816b355
commit
b704f657be
1 changed files with 9 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue