mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
move jagged-border gap removal to mobile only
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user