1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-04 03:54:58 +01:00

Fixes int test for menu

This commit is contained in:
Amir Raminfar
2020-09-06 20:10:22 -07:00
parent c86e770c92
commit 4c00ffe18f
3 changed files with 5 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
{{ allContainersById[$route.params.id].name }}
</div>
<div class="column is-narrow">
<div class="column is-narrow push-right">
<a
role="button"
class="navbar-burger burger is-hidden-tablet is-pulled-right"
@@ -99,5 +99,9 @@ aside {
height: 36px;
fill: var(--logo-color);
}
.column.push-right {
margin-left: auto;
}
}
</style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB