mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix padding on launcher when collapsed
This commit is contained in:
parent
f2a19c56b1
commit
68a03211ce
@ -4,7 +4,6 @@ const TPL = `
|
|||||||
<div class="dropdown right-dropdown-widget dropright">
|
<div class="dropdown right-dropdown-widget dropright">
|
||||||
<style>
|
<style>
|
||||||
.right-dropdown-widget {
|
.right-dropdown-widget {
|
||||||
width: 53px;
|
|
||||||
height: 53px;
|
height: 53px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -871,12 +871,11 @@ body {
|
|||||||
#launcher-pane .launcher-button {
|
#launcher-pane .launcher-button {
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 15px 15px;
|
padding: 13px 13px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
color: var(--launcher-pane-text-color);
|
color: var(--launcher-pane-text-color);
|
||||||
background-color: var(--launcher-pane-background-color);
|
background-color: var(--launcher-pane-background-color);
|
||||||
width: 53px;
|
|
||||||
height: 53px;
|
height: 53px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user