mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
tighten up comment margins
This commit is contained in:
parent
cc61d7656a
commit
f423d3f829
2 changed files with 4 additions and 4 deletions
|
@ -1081,7 +1081,7 @@ fieldset legend {
|
|||
|
||||
.comment {
|
||||
clear: both;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 10px;
|
||||
margin-left: 15px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
@ -1148,7 +1148,7 @@ fieldset legend {
|
|||
padding: 5px 15px;
|
||||
}
|
||||
.comment .replies {
|
||||
margin-top: 15px;
|
||||
margin-top: 0px;
|
||||
border-left: solid 1px #ddd;
|
||||
border-top: solid 1px #ddd;
|
||||
}
|
||||
|
|
|
@ -734,7 +734,7 @@ html {
|
|||
|
||||
.comment {
|
||||
clear: both;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 10px;
|
||||
margin-left: 15px;
|
||||
padding-top: 8px;
|
||||
|
||||
|
@ -813,7 +813,7 @@ html {
|
|||
}
|
||||
|
||||
.replies {
|
||||
margin-top: 15px;
|
||||
margin-top: 0px;
|
||||
border-left: solid 1px $light-grey;
|
||||
border-top: solid 1px $light-grey;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue