mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 07:52:19 +00:00
fix: Fix some classes on private message collapse/expand button
This commit is contained in:
parent
1c404c80d3
commit
3f0f053968
|
@ -111,7 +111,7 @@ export class PrivateMessage extends Component<
|
|||
<li className="list-inline-item">
|
||||
<button
|
||||
type="button"
|
||||
className="pointer text-monospace btn p-0 d-block"
|
||||
className="pointer text-monospace p-0 bg-transparent border-0 d-block"
|
||||
onClick={linkEvent(this, this.handleMessageCollapse)}
|
||||
>
|
||||
{this.state.collapsed ? (
|
||||
|
|
Loading…
Reference in a new issue