mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +00:00
Update custom.scss
This commit is contained in:
parent
4941a24a3f
commit
9255769038
1 changed files with 17 additions and 0 deletions
17
resources/assets/sass/custom.scss
vendored
17
resources/assets/sass/custom.scss
vendored
|
@ -394,3 +394,20 @@ details summary::-webkit-details-marker {
|
||||||
transform: rotate(360deg);
|
transform: rotate(360deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar .nav-notification.dropdown-toggle::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar .dropdown .nav-notification-dropdown {
|
||||||
|
width:500px;
|
||||||
|
max-height: 300px;
|
||||||
|
overflow-y: scroll;
|
||||||
|
padding-top: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-notification-dropdown .loader {
|
||||||
|
padding-top: 5rem;
|
||||||
|
padding-bottom: 5rem;
|
||||||
|
}
|
Loading…
Reference in a new issue