forked from mirror/pixelfed
8 lines
201 B
SCSS
8 lines
201 B
SCSS
|
.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;
|
||
|
}
|