mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Fix to correct breakpoint
This commit is contained in:
parent
b44ff216d0
commit
e27918e4b2
1 changed files with 7 additions and 4 deletions
11
resources/assets/sass/custom.scss
vendored
11
resources/assets/sass/custom.scss
vendored
|
@ -193,6 +193,13 @@ body, button, input, textarea {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: map-get($grid-breakpoints, "sm")) {
|
||||||
|
.card-md-rounded-0 {
|
||||||
|
border-width: 1px 0;
|
||||||
|
border-radius:0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes loading-bar {
|
@keyframes loading-bar {
|
||||||
from { background-position: 0 0; }
|
from { background-position: 0 0; }
|
||||||
to { background-position: 100vw 0; }
|
to { background-position: 100vw 0; }
|
||||||
|
@ -214,10 +221,6 @@ body, button, input, textarea {
|
||||||
.max-hide-overflow {
|
.max-hide-overflow {
|
||||||
max-height: 600px!important;
|
max-height: 600px!important;
|
||||||
}
|
}
|
||||||
.card-md-rounded-0 {
|
|
||||||
border-width: 1px 0;
|
|
||||||
border-radius:0 !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: map-get($grid-breakpoints, "md")) {
|
@media (min-width: map-get($grid-breakpoints, "md")) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue