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;
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user