mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
201 B
SCSS
8 lines
201 B
SCSS
7 years ago
|
.notification-page .list-group-item {
|
||
|
border-left: 0 !important;
|
||
|
border-right: 0 !important;
|
||
|
border-bottom: 0 !important;
|
||
|
background: transparent;
|
||
|
padding-top: 1rem;
|
||
|
padding-bottom: 1rem;
|
||
|
}
|