mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/settings: adjust padding for switcher & toggle
This commit is contained in:
parent
0c33ac3a1c
commit
a1913988d7
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
transform: none;
|
transform: none;
|
||||||
padding: 8px 16px;
|
padding: 9px 16px;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
.switcher.big :global(.button) {
|
.switcher.big :global(.button) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(40px - var(--sidebar-inner-padding));
|
height: calc(40px - var(--sidebar-inner-padding) * 1.5);
|
||||||
border-radius: calc(var(--border-radius) - var(--sidebar-inner-padding));;
|
border-radius: calc(var(--border-radius) - var(--sidebar-inner-padding));;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue