Frontend: Minor adjustements on suggestion for mobile devices.
This commit is contained in:
parent
b2d46edd93
commit
5952481472
2 changed files with 11 additions and 5 deletions
|
@ -47,7 +47,7 @@
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<SvgIcon
|
<SvgIcon
|
||||||
size={innerWidth < 1200 ? "15" : "20"}
|
size={innerWidth < 1000 ? "15" : "20"}
|
||||||
path={mdiFileDocumentOutline}
|
path={mdiFileDocumentOutline}
|
||||||
type="mdi"
|
type="mdi"
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -93,7 +93,7 @@
|
||||||
padding-right: 0.6rem;
|
padding-right: 0.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1200px) {
|
@media screen and (max-width: 1000px) {
|
||||||
.suggest-main {
|
.suggest-main {
|
||||||
width: 80dvw;
|
width: 80dvw;
|
||||||
left: 10dvw;
|
left: 10dvw;
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.suggest-text {
|
.suggest-text {
|
||||||
font-size: clamp(0.8rem, 2vw, 1rem);
|
font-size: clamp(0.7rem, 2vw, 1rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.suggest-download {
|
.suggest-download {
|
||||||
|
@ -118,7 +118,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.suggest-center {
|
.suggest-center {
|
||||||
min-width: 8rem;
|
min-width: 7rem;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem !important;
|
||||||
|
padding-left: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.suggest-container {
|
||||||
|
padding-left: 1rem;
|
||||||
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue