move jagged-border gap removal to mobile only
This commit is contained in:
parent
7338f74f14
commit
e744d85c99
|
@ -237,8 +237,6 @@ blockquote > *:last-child {
|
|||
background-repeat: repeat-x;
|
||||
padding: 20px 0;
|
||||
margin-bottom: 20px;
|
||||
margin-left: -10px;
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -523,3 +523,9 @@ span.highlighted {
|
|||
.small-action.time-gap .topic-avatar {
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
.gap.jagged-border {
|
||||
margin-left: -10px;
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue