css fixes
This commit is contained in:
		| @@ -1262,11 +1262,6 @@ img.mail-conv-sender-photo { | ||||
| 	white-space: nowrap; | ||||
| } | ||||
|  | ||||
| #nav-app-link-wrapper { | ||||
| 	min-width: 0; | ||||
| 	flex-basis: 25%; | ||||
| } | ||||
|  | ||||
| .page-title { | ||||
| 	margin: 7px 0px; | ||||
| } | ||||
| @@ -1504,6 +1499,11 @@ blockquote { | ||||
| 		left: 0px; | ||||
| 	} | ||||
|  | ||||
| 	#nav-app-link-wrapper { | ||||
| 		min-width: 0; | ||||
| 		flex-basis: 25%; | ||||
| 	} | ||||
|  | ||||
| } | ||||
|  | ||||
| .shareable_element_text { | ||||
|   | ||||
| @@ -59,17 +59,17 @@ | ||||
| 	</div> | ||||
| 	{{/if}} | ||||
| </div> | ||||
| {{if $sel.name}} | ||||
| <div id="nav-app-link-wrapper" class="navbar-nav mr-auto"> | ||||
| 	{{if $sel.name}} | ||||
| 	<a id="nav-app-link" href="{{$url}}" class="nav-link text-truncate"> | ||||
| 		{{$sel.name}} | ||||
| 		{{if $sitelocation}} | ||||
| 		<br><small class="text-muted">{{$sitelocation}}</small> | ||||
| 		{{/if}} | ||||
| 	</a> | ||||
| 	{{/if}} | ||||
| </div> | ||||
| {{/if}} | ||||
| {{/if}} | ||||
| <div class="navbar-toggler-right"> | ||||
| 	{{if $nav.help.6}} | ||||
| 	<button id="context-help-btn" class="navbar-toggler border-0" type="button" onclick="contextualHelp(); return false;"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user