mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +00:00
display:flex kills the Books menu, thanks css
This commit is contained in:
parent
1c192c4105
commit
7eb5732273
@ -54,7 +54,6 @@
|
||||
height:3em;
|
||||
width:100%;
|
||||
background-color:#999;
|
||||
display:flex;
|
||||
}
|
||||
#notebook {
|
||||
position:absolute;
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user