mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
client: Disable ligatures in help dropdown code
This commit is contained in:
parent
6a8825d972
commit
6a3e4671b6
@ -924,6 +924,10 @@ li.dropdown-submenu:hover > ul.dropdown-menu {
|
|||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.help-dropdown code {
|
||||||
|
font-variant-ligatures: none;
|
||||||
|
}
|
||||||
|
|
||||||
#launcher-pane .launcher-button {
|
#launcher-pane .launcher-button {
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user