Slightly increase sidebar width and player icon padding
This commit is contained in:
parent
b12fca100e
commit
1d1fa0abc8
@ -215,7 +215,7 @@ export default defineComponent({
|
|||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
margin-right: -0.5rem;
|
margin-right: -0.5rem;
|
||||||
padding: 0.2rem 0.5rem 0 0.2rem;
|
padding: 0.2rem 0.5rem 0 0.2rem;
|
||||||
width: 25rem;
|
width: 26rem;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ export default defineComponent({
|
|||||||
position: relative;
|
position: relative;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
padding-right: 1.2rem;
|
padding-right: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.player--hidden:not(:hover),
|
&.player--hidden:not(:hover),
|
||||||
|
@ -92,7 +92,7 @@ export default defineComponent({
|
|||||||
margin-bottom: var(--ui-element-spacing);
|
margin-bottom: var(--ui-element-spacing);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 25rem;
|
max-width: 26rem;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
|
||||||
.section__heading {
|
.section__heading {
|
||||||
|
Loading…
Reference in New Issue
Block a user