fix dynamic positioning

This commit is contained in:
zadam 2021-08-20 21:39:56 +02:00
parent 9d9bc31d91
commit 68d599ed19

View File

@ -164,16 +164,15 @@ div.ui-tooltip {
visibility: hidden; visibility: hidden;
} }
.dropdown-menu kbd .dropdown-menu kbd {
{ float: right;
color: var(--muted-text-color); color: var(--muted-text-color);
border: none; border: none;
background-color: transparent; background-color: transparent;
box-shadow: none; box-shadow: none;
} /* 0 padding needed otherwise this increases the size of dropdown after dynamic positioning (which is then screwed) */
padding-top: 0;
.dropdown-menu kbd { padding-bottom: 0;
float: right;
} }
.dropdown-item { .dropdown-item {