Fixed navbar with more buttons
This commit is contained in:
parent
de8f4afb1b
commit
fd39499d54
@ -12,6 +12,13 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
@media only screen and (max-width: 480px) {
|
||||||
|
/* horizontal scrollbar for tables if mobile screen */
|
||||||
|
.hidden-mobile {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
width: max-content; /* Remove default width */
|
width: max-content; /* Remove default width */
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
@ -94,6 +101,7 @@
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -106,10 +114,16 @@
|
|||||||
<a class="navbar-item" href="/create">
|
<a class="navbar-item" href="/create">
|
||||||
Add Set
|
Add Set
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="/missing">
|
<a class="navbar-item hidden-mobile" href="/missing">
|
||||||
Missing
|
Missing
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="/config">
|
<a class="navbar-item hidden-mobile" href="/parts">
|
||||||
|
Parts
|
||||||
|
</a>
|
||||||
|
<a class="navbar-item hidden-mobile" href="/minifigs">
|
||||||
|
Minifigs
|
||||||
|
</a>
|
||||||
|
<a class="navbar-item hidden-mobile" href="/config">
|
||||||
Config
|
Config
|
||||||
</a>
|
</a>
|
||||||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navMenu">
|
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navMenu">
|
||||||
|
Loading…
Reference in New Issue
Block a user