mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
client: Disable ligatures in help dropdown code
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user