Merge branch 'staging' into 'main'
Staging See merge request frontend/squzanswerer!76
This commit is contained in:
commit
e3a1c84d37
@ -204,7 +204,7 @@ export const StartPageViewPublication = () => {
|
|||||||
flexDirection: "column"
|
flexDirection: "column"
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Box sx={{ maxWidth: isTablet ? "240px" : "300px" }}>
|
<Box sx={{ maxWidth: isTablet ? "240px" : "300px", marginBottom: "10px", }}>
|
||||||
{settings.cfg.info.clickable ? (
|
{settings.cfg.info.clickable ? (
|
||||||
isMobileDevice ? (
|
isMobileDevice ? (
|
||||||
<Link href={`tel:${settings.cfg.info.phonenumber}`}>
|
<Link href={`tel:${settings.cfg.info.phonenumber}`}>
|
||||||
@ -231,6 +231,7 @@ export const StartPageViewPublication = () => {
|
|||||||
textAlign: "end",
|
textAlign: "end",
|
||||||
maxHeight: "120px",
|
maxHeight: "120px",
|
||||||
overflow: "auto",
|
overflow: "auto",
|
||||||
|
"&::-webkit-scrollbar": { width: 0 },
|
||||||
color:
|
color:
|
||||||
settings.cfg.startpageType === "expanded" && !isMobile
|
settings.cfg.startpageType === "expanded" && !isMobile
|
||||||
? "white"
|
? "white"
|
||||||
|
Loading…
Reference in New Issue
Block a user