Merge branch 'staging' into 'main'

Staging

See merge request frontend/squzanswerer!76
This commit is contained in:
Mikhail 2024-02-17 19:12:07 +00:00
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"