display:flex kills the Books menu, thanks css

This commit is contained in:
Steven Hugg 2019-05-22 11:52:39 -04:00
parent 1c192c4105
commit 7eb5732273
2 changed files with 2 additions and 3 deletions

View File

@ -54,7 +54,6 @@
height:3em;
width:100%;
background-color:#999;
display:flex;
}
#notebook {
position:absolute;

View File

@ -50,7 +50,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
<span class="glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span>
<span class="caret"></span>
</a>
<ul class="dropdown-menu dropdown-menu-left" aria-labelledby="dropdownMenuButton">
<ul class="dropdown-menu dropdown-menu-left" aria-labelledby="dropdownMenuButton" style="left:auto">
<li><a class="dropdown-item" href="#" id="item_new_file">New Project...</a></li>
<li><a class="dropdown-item" href="#" id="item_upload_file">Upload...</a></li>
<hr>
@ -214,8 +214,8 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
</li>
</ul>
</span>
<span class="logo-gradient hidden-xs hidden-sm hidden-md pull-right" style="margin-left:auto">8bitworkshop</span>
</div><!-- controls_dynamic -->
<span class="logo-gradient hidden-xs hidden-sm hidden-md pull-right" style="margin-left:auto">8bitworkshop</span>
</div><!-- controls_top -->
<div id="notebook">