mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix dynamic positioning
This commit is contained in:
parent
9d9bc31d91
commit
68d599ed19
@ -164,16 +164,15 @@ div.ui-tooltip {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.dropdown-menu kbd
|
||||
{
|
||||
.dropdown-menu kbd {
|
||||
float: right;
|
||||
color: var(--muted-text-color);
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.dropdown-menu kbd {
|
||||
float: right;
|
||||
/* 0 padding needed otherwise this increases the size of dropdown after dynamic positioning (which is then screwed) */
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
|
Loading…
x
Reference in New Issue
Block a user