forked from mirror/pixelfed
Fix search results look
This commit is contained in:
parent
944a7fe8d3
commit
577242423c
1 changed files with 10 additions and 0 deletions
10
resources/assets/sass/custom.scss
vendored
10
resources/assets/sass/custom.scss
vendored
|
@ -298,3 +298,13 @@ details summary::-webkit-details-marker {
|
||||||
.profile-avatar img {
|
.profile-avatar img {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tt-menu {
|
||||||
|
padding: 0 !important;
|
||||||
|
border-radius: 0 0 0.25rem 0.25rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tt-dataset .alert {
|
||||||
|
border: 0 !important;
|
||||||
|
border-radius: 0 !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue