mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-25 10:27:29 +00:00
fix: Add bottom margin to inbox controls
This commit is contained in:
parent
d258edfbaf
commit
350b1b28ee
|
@ -382,7 +382,7 @@ export class Inbox extends Component<any, InboxState> {
|
|||
|
||||
selects() {
|
||||
return (
|
||||
<div className="row g-2">
|
||||
<div className="row g-2 mb-2">
|
||||
<div className="col-auto">{this.unreadOrAllRadios()}</div>
|
||||
<div className="col-auto">{this.messageTypeRadios()}</div>
|
||||
<div className="col-auto">
|
||||
|
|
Loading…
Reference in a new issue