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"
|
||||
}}
|
||||
>
|
||||
<Box sx={{ maxWidth: isTablet ? "240px" : "300px" }}>
|
||||
<Box sx={{ maxWidth: isTablet ? "240px" : "300px", marginBottom: "10px", }}>
|
||||
{settings.cfg.info.clickable ? (
|
||||
isMobileDevice ? (
|
||||
<Link href={`tel:${settings.cfg.info.phonenumber}`}>
|
||||
@ -231,6 +231,7 @@ export const StartPageViewPublication = () => {
|
||||
textAlign: "end",
|
||||
maxHeight: "120px",
|
||||
overflow: "auto",
|
||||
"&::-webkit-scrollbar": { width: 0 },
|
||||
color:
|
||||
settings.cfg.startpageType === "expanded" && !isMobile
|
||||
? "white"
|
||||
|
Loading…
Reference in New Issue
Block a user