Skip to content

Commit a1cbdb6

Browse files
committed
Try to fix potential toolbar layout glitch
1 parent f18ce47 commit a1cbdb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/views/header.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<nav class="navbar navbar-default navbar-fixed-top unselectable hidden-print">
22
<!-- Brand and toggle get grouped for better mobile display -->
33
<div class="navbar-header">
4-
<span class="pull-right" style="margin-top: 17px; color: #777; float: right;">
4+
<span class="pull-right" style="margin-top: 17px; color: #777;">
55
<div class="visible-xs">&nbsp;</div>
66
<div class="visible-sm">&nbsp;</div>
77
<div class="visible-md">&nbsp;</div>
@@ -13,7 +13,7 @@
1313
<ul class="dropdown-menu list" role="menu" aria-labelledby="menu">
1414
</ul>
1515
</div>
16-
<a class="navbar-brand" href="<%- url %>/"><i class="fa fa-file-text"></i> HackMD</a>
16+
<a class="navbar-brand pull-left" href="<%- url %>"><i class="fa fa-file-text"></i> HackMD</a>
1717
<div class="nav-mobile pull-right visible-xs">
1818
<span class="btn btn-link btn-file ui-upload-image" title="Upload Image" style="display:none;">
1919
<i class="fa fa-camera"></i><input type="file" accept="image/*" name="upload" multiple>

0 commit comments

Comments
 (0)