소스 검색

try to fix menu

andre 11 달 전
부모
커밋
ad8d70b6f3
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      core/layouts/default/header.tpl

+ 4 - 4
core/layouts/default/header.tpl

@@ -13,16 +13,16 @@
 			{/if}
 			<div class="container">
 				<!-- Brand and toggle get grouped for better mobile display -->
-				<div class="navbar-header" style="max-width: fit-content;">
-					<div class="logo-section" style="max-width: fit-content;">
+				<div class="navbar-header" style="max-width: 40px;">
+					<div class="logo-section" style="max-width: 40px;">
 						<button type="button" class="navbar-toggler" data-toggle="collapse" id="navbar-side-toggle">
 							<span></span>
 						</button>
 						{if $loggedin}
-							<a class="nav-link" style="max-width: fit-content;" href="{if $loggedin}{$WEB_ROOT}/clientarea.php{else}{if $themesettings.headersetting.CustomLogoLink}{$themesettings.headersetting.CustomLogoLink}{else}{$WEB_ROOT}/{/if}{/if}"><i class="fas fa-home"></i></a>					
+							<a class="nav-link" style="max-width: 40px;" href="{if $loggedin}{$WEB_ROOT}/clientarea.php{else}{if $themesettings.headersetting.CustomLogoLink}{$themesettings.headersetting.CustomLogoLink}{else}{$WEB_ROOT}/{/if}{/if}"><i class="fas fa-home"></i></a>					
 						{else}
 							{if $themesettings.headersetting.disablehomeicon neq "1"}
-								<a class="nav-link" style="max-width: fit-content;" href="{if $loggedin}{$WEB_ROOT}/clientarea.php{else}{if $themesettings.headersetting.CustomLogoLink}{$themesettings.headersetting.CustomLogoLink}{else}{$WEB_ROOT}/{/if}{/if}"><i class="fas fa-home"></i></a>					
+								<a class="nav-link" style="max-width: 40px;" href="{if $loggedin}{$WEB_ROOT}/clientarea.php{else}{if $themesettings.headersetting.CustomLogoLink}{$themesettings.headersetting.CustomLogoLink}{else}{$WEB_ROOT}/{/if}{/if}"><i class="fas fa-home"></i></a>					
 							{/if}
 						{/if}
 					</div>