UI: Design adjustments (#5745)

This commit is contained in:
Alexander Zinchuk 2025-03-21 14:02:18 +04:00
parent a65d6e0697
commit 71b4db4819
5 changed files with 10 additions and 5 deletions

View File

@ -39,7 +39,7 @@
.settings-content {
border-top: 1px solid transparent;
transition: border-top-color 250ms ease-in-out;
transition: border-top-color 0.2s ease-in-out;
height: calc(100% - var(--header-height));
overflow-y: scroll;

View File

@ -9,7 +9,7 @@
overflow-y: scroll;
border-top: 1px solid transparent;
transition: border-top-color 250ms ease-in-out;
transition: border-top-color 0.2s ease-in-out;
&.scrolled {
border-top-color: var(--color-borders);

View File

@ -34,7 +34,7 @@
.panel-content {
border-top: 1px solid transparent;
transition: border-top-color 250ms ease-in-out;
transition: border-top-color 0.2s ease-in-out;
&.scrolled {
border-top-color: var(--color-borders);

View File

@ -4,7 +4,7 @@
overflow-y: hidden;
border-top: 1px solid transparent;
transition: border-top-color 0.3s ease-in-out;
transition: border-top-color 0.2s ease-in-out;
:global(.lovely-chart--container) {
font: inherit !important;

View File

@ -10,6 +10,7 @@
left: 4.5rem;
right: 0;
height: 0.0625rem;
/* stylelint-disable-next-line plugin/whole-pixel */
box-shadow: inset 0 -0.03125rem 0 0 var(--color-dividers);
}
@ -43,8 +44,12 @@
left: 3.25rem;
}
&.narrow::after {
left: 4.1875rem;
}
&.no-icon::after {
left: 0;
left: 1rem;
}
}