mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
reduce intensity of HR when used in comments
this reduces confusion with the UI which also uses similar lines for layout
This commit is contained in:
parent
e5bfd1b4c9
commit
7efabae7b8
2 changed files with 13 additions and 0 deletions
|
@ -932,6 +932,11 @@ fieldset legend {
|
|||
border-top: solid 1px #bbb;
|
||||
margin-right: 8px;
|
||||
}
|
||||
.comments > .comment .comment_body hr {
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
opacity: 0.1;
|
||||
}
|
||||
.comments > .comment:first-child {
|
||||
border-top: none;
|
||||
padding-top: 0;
|
||||
|
|
|
@ -552,6 +552,14 @@ html {
|
|||
border-top: solid 1px $grey;
|
||||
margin-right: 8px;
|
||||
|
||||
.comment_body {
|
||||
hr {
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
opacity: 0.1;
|
||||
}
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
border-top: none;
|
||||
padding-top: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue