fix padding on launcher when collapsed

This commit is contained in:
zadam 2023-01-31 22:25:46 +01:00
parent f2a19c56b1
commit 68a03211ce
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,6 @@ const TPL = `
<div class="dropdown right-dropdown-widget dropright">
<style>
.right-dropdown-widget {
width: 53px;
height: 53px;
}
</style>

View File

@ -871,12 +871,11 @@ body {
#launcher-pane .launcher-button {
font-size: 150%;
display: inline-block;
padding: 15px 15px;
padding: 13px 13px;
cursor: pointer;
border: none;
color: var(--launcher-pane-text-color);
background-color: var(--launcher-pane-background-color);
width: 53px;
height: 53px;
}