forked from mirror/pixelfed
Remove borders from profile view
This commit is contained in:
parent
6f44e2d8bc
commit
3f2aa0a327
1 changed files with 8 additions and 1 deletions
7
resources/assets/sass/custom.scss
vendored
7
resources/assets/sass/custom.scss
vendored
|
@ -193,6 +193,13 @@ body, button, input, textarea {
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: map-get($grid-breakpoints, "sm")) {
|
||||
.card-md-border-0 {
|
||||
border-width: 0!important;
|
||||
border-radius: 0!important;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes loading-bar {
|
||||
from { background-position: 0 0; }
|
||||
to { background-position: 100vw 0; }
|
||||
|
|
Loading…
Reference in a new issue