Update dd.css

newdesign
Antonio Manzano 2022-12-22 16:57:26 +00:00
parent 95d64ff633
commit 591872ecde
1 changed files with 9 additions and 10 deletions

View File

@ -126,13 +126,6 @@
top: 65px;
}
#header #navbar-menu-apps #menu-apps-btn #dropdownMenuAppsButton {
cursor: pointer;
border: none;
background-color: inherit;
padding: 4px;
}
#header div#navbar-menu-apps {
display: flex;
align-items: center;
@ -154,9 +147,15 @@
#header #navbar-menu-apps #menu-apps-btn #dropdownMenuAppsButton {
cursor: pointer;
border: none;
background-color: inherit;
padding: 4px;
height: 16px;
margin-right: 0;
display: flex;
align-items: center;
justify-content: center;
}
#header #navbar-menu-apps #menu-apps-btn #dropdownMenuAppsButton>svg {
transform: scale(.5);
}
#header #navbar-menu-apps .dropdown-menu {