mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-26 10:49:17 +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;
|
height:3em;
|
||||||
width:100%;
|
width:100%;
|
||||||
background-color:#999;
|
background-color:#999;
|
||||||
display:flex;
|
|
||||||
}
|
}
|
||||||
#notebook {
|
#notebook {
|
||||||
position:absolute;
|
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="glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span>
|
||||||
<span class="caret"></span>
|
<span class="caret"></span>
|
||||||
</a>
|
</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_new_file">New Project...</a></li>
|
||||||
<li><a class="dropdown-item" href="#" id="item_upload_file">Upload...</a></li>
|
<li><a class="dropdown-item" href="#" id="item_upload_file">Upload...</a></li>
|
||||||
<hr>
|
<hr>
|
||||||
@ -214,8 +214,8 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</span>
|
</span>
|
||||||
|
<span class="logo-gradient hidden-xs hidden-sm hidden-md pull-right" style="margin-left:auto">8bitworkshop</span>
|
||||||
</div><!-- controls_dynamic -->
|
</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><!-- controls_top -->
|
||||||
|
|
||||||
<div id="notebook">
|
<div id="notebook">
|
||||||
|
Loading…
Reference in New Issue
Block a user