mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 08:13:16 +00:00
commit
6a969ca9f4
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