mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Removing navbar toggler border.
This commit is contained in:
parent
1fa2cfce51
commit
9c8cc659fc
2 changed files with 5 additions and 1 deletions
|
@ -147,7 +147,7 @@ export class Community extends Component<any, State> {
|
|||
|
||||
paginator() {
|
||||
return (
|
||||
<div class="mt-2">
|
||||
<div class="my-2">
|
||||
{this.state.page > 1 &&
|
||||
<button class="btn btn-sm btn-secondary mr-1" onClick={linkEvent(this, this.prevPage)}><T i18nKey="prev">#</T></button>
|
||||
}
|
||||
|
|
|
@ -2,6 +2,10 @@ body, .text-white, .navbar-brand, .badge-light, .btn-secondary {
|
|||
color: #dedede !important;
|
||||
}
|
||||
|
||||
.navbar-toggler {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue