pagination UI bug fix
This commit is contained in:
parent
84b46e5617
commit
bcc9a19698
@ -1215,6 +1215,8 @@ legend,
|
||||
left: 50%;
|
||||
right: auto;
|
||||
transform: translateX(-50%);
|
||||
width: calc(100vw - 2rem);
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 40rem) {
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1149,6 +1149,8 @@ legend,
|
||||
left: 50%;
|
||||
right: auto;
|
||||
transform: translateX(-50%);
|
||||
width: calc(100vw - 2rem);
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 40rem) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user