Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
$0
@media (max-width:@maxResponsiveNarrowWidth)
{
.Responsive .sharePage
{
display: inline !important;
}
.Responsive .shariff .orientation-horizontal li
{
{xen:if {$xenOptions.itm_ctSSB_enable_sharePage.ctSSB_Count}, min-width: 65px !important, min-width_: 35px !important};
min-width: 35px !important;
-webkit-flex: none !important;
-ms-flex: none !important;
flex: none !important;
}
}
$0
@media only screen and (min-width:360px)
{
.Responsive .sharePage
{
display: inline !important;
}
.Responsive .shariff .orientation-horizontal li
{
<xen:if is={$xenOptions.itm_ctSSB_enable_sharePage.ctSSB_Count}>
min-width: 65px !important;
<xen:else />
min-width: 35px !important;
</xen:if>
-webkit-flex: none !important;
-ms-flex: none !important;
flex: none !important;
}
}
Geht das nicht auch?Dafür musst du den Debug Modus anmachen, damit du die TMS share_page.css bearbeiten kannst.
$0
@media only screen and (min-width:360px)
{
.Responsive .sharePage
{
display: inline !important;
}
.Responsive .shariff .orientation-horizontal li
{
min-width: 35px !important;
-webkit-flex: none !important;
-ms-flex: none !important;
flex: none !important;
}
}
Oh sorry, war zu schnell sollte 65px statt 35px heißen ..Wobei ich den Versuch nicht verstehe - da steht ja nix mit 65px drinne. Auch nur 35px.
Probiere nochmal mit 65px, bis dahin ist mir der Original Code wieder eingefallen ..Äh und wie lautet der Standard-Code?
$0
.shariff .orientation-horizontal li {min-width: 1px !important;}
@media (max-width:@nonResponsiveMinWidth)
{
.Responsive .shariff ul.theme-standard.orientation-horizontal {display: inline !important;}
.Responsive .shariff .orientation-horizontal li {min-width: 35px !important; -webkit-flex: none !important; -ms-flex: none !important; flex: none !important;}
}
@media (max-width:@maxResponsiveWideWidth)
{
.Responsive .shariff ul.theme-standard.orientation-horizontal {display: inline !important;}
.Responsive .shariff .orientation-horizontal li {min-width: 35px !important; -webkit-flex: none !important; -ms-flex: none !important; flex: none !important;}
}
@media (max-width:@maxResponsiveMediumWidth)
{
.Responsive .shariff ul.theme-standard.orientation-horizontal {display: inline !important;}
.Responsive .shariff .orientation-horizontal li {min-width: 35px !important; -webkit-flex: none !important; -ms-flex: none !important; flex: none !important;}
}
@media (max-width:@maxResponsiveNarrowWidth)
{
.Responsive .sharePage {display: inline !important;}
.Responsive .shariff .orientation-horizontal li {min-width: 35px !important; -webkit-flex: none !important; -ms-flex: none !important; flex: none !important;}
}
$0
.shariff .orientation-horizontal li {min-width: 1px !important;}
@media (max-width:@nonResponsiveMinWidth)
{
.Responsive .shariff ul.theme-standard.orientation-horizontal {display: inline !important;}
.Responsive .shariff .orientation-horizontal li {min-width: 65px !important; -webkit-flex: none !important; -ms-flex: none !important; flex: none !important;}
}
@media (max-width:@maxResponsiveWideWidth)
{
.Responsive .shariff ul.theme-standard.orientation-horizontal {display: inline !important;}
.Responsive .shariff .orientation-horizontal li {min-width: 65px !important; -webkit-flex: none !important; -ms-flex: none !important; flex: none !important;}
}
@media (max-width:@maxResponsiveMediumWidth)
{
.Responsive .shariff ul.theme-standard.orientation-horizontal {display: inline !important;}
.Responsive .shariff .orientation-horizontal li {min-width: 65px !important; -webkit-flex: none !important; -ms-flex: none !important; flex: none !important;}
}
@media (max-width:@maxResponsiveNarrowWidth)
{
.Responsive .sharePage {display: inline !important;}
.Responsive .shariff .orientation-horizontal li {min-width: 65px !important; -webkit-flex: none !important; -ms-flex: none !important; flex: none !important;}
}
Wir verwenden essentielle Cookies, damit diese Website funktioniert, und optionale Cookies, um den Komfort bei der Nutzung zu verbessern.
Siehe weitere Informationen und konfiguriere deine Einstellungen