mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Update custom sass
This commit is contained in:
parent
ebaa9980cd
commit
87cc3103cd
1 changed files with 11 additions and 0 deletions
11
resources/assets/sass/custom.scss
vendored
11
resources/assets/sass/custom.scss
vendored
|
@ -472,3 +472,14 @@ details summary::-webkit-details-marker {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#l-modal .modal-body,
|
||||||
|
#s-modal .modal-body {
|
||||||
|
height: 60vh;
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
|
#l-modal .modal-content,
|
||||||
|
#s-modal .modal-content {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue