mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-16 19:08:49 +01:00
[design] improve group control spacing
This commit is contained in:
parent
c48fe14d6a
commit
4a40be8690
@ -30,7 +30,7 @@
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
transition: padding var(--layout-timing-extra-fast);
|
transition: padding var(--layout-timing-extra-fast) var(--layout-duration-04);
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-group-name-show .group-header,
|
.is-group-name-show .group-header,
|
||||||
@ -47,7 +47,6 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: var(--group-name-size);
|
font-size: var(--group-name-size);
|
||||||
transition: height var(--layout-timing-extra-fast);
|
transition: height var(--layout-timing-extra-fast);
|
||||||
transition: height var(--layout-timing-extra-fast);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-group-name-show .group-name {
|
.is-group-name-show .group-name {
|
||||||
@ -91,6 +90,11 @@
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.group-control-item .button-icon {
|
||||||
|
padding-left: 0.175em;
|
||||||
|
padding-right: 0.175em;
|
||||||
|
}
|
||||||
|
|
||||||
.group-body {
|
.group-body {
|
||||||
font-size: calc(var(--link-item-size) * 1);
|
font-size: calc(var(--link-item-size) * 1);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
Loading…
Reference in New Issue
Block a user