layout changes

This commit is contained in:
zadam
2021-06-13 22:55:31 +02:00
parent e054a1694e
commit fb31acc8e0
30 changed files with 125 additions and 73 deletions

View File

@@ -4,6 +4,11 @@ import utils from "../../services/utils.js";
const TPL = `
<div class="dropdown global-menu dropright">
<style>
.global-menu {
width: 53px;
height: 53px;
}
.global-menu .dropdown-menu {
width: 20em;
}
@@ -12,8 +17,8 @@ const TPL = `
background-image: url("images/icon-bw.png");
background-repeat: no-repeat;
background-position: 50% 45%;
width: 53px;
height: 53px;
width: 100%;
height: 100%;
}
.global-menu-button:hover {