mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Add notifications sass
This commit is contained in:
parent
86919f7ba6
commit
ba3577adf6
1 changed files with 8 additions and 0 deletions
8
resources/assets/sass/components/notifications.scss
vendored
Normal file
8
resources/assets/sass/components/notifications.scss
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
.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;
|
||||
}
|
Loading…
Reference in a new issue