bkp
This commit is contained in:
		@ -22,6 +22,7 @@
 | 
			
		||||
    --header-height: var(--preview-cover-size);
 | 
			
		||||
 | 
			
		||||
    --a-carousel-p: #{v.$text-size-medium};
 | 
			
		||||
    --a-carousel-ml: calc(#{v.$mp-4} - 0.5rem);
 | 
			
		||||
    --a-carousel-gap: #{v.$mp-4};
 | 
			
		||||
    --a-carousel-nav-x: -#{v.$mp-3e};
 | 
			
		||||
 | 
			
		||||
@ -44,6 +45,7 @@
 | 
			
		||||
 | 
			
		||||
    --a-player-url-fg: var(--highlight-color-2);
 | 
			
		||||
    --a-player-panel-bg: var(--highlight-color);
 | 
			
		||||
    --a-player-bar-height: var(--nav-primary-height);
 | 
			
		||||
    --a-player-bar-bg: var(--highlight-color);
 | 
			
		||||
    --a-player-bar-title-alone-sz: #{v.$text-size-medium};
 | 
			
		||||
 | 
			
		||||
@ -425,9 +427,11 @@
 | 
			
		||||
 | 
			
		||||
// ---- ---- Carousel
 | 
			
		||||
.a-carousel {
 | 
			
		||||
    margin-left: calc( 0rem - var(--a-carousel-ml));
 | 
			
		||||
 | 
			
		||||
    .a-carousel-viewport {
 | 
			
		||||
        padding: var(--a-carousel-p) 0;
 | 
			
		||||
        padding-left: var(--a-carousel-ml);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -618,7 +622,7 @@
 | 
			
		||||
    display: flex;
 | 
			
		||||
    flex-direction: row;
 | 
			
		||||
    justify-content: center;
 | 
			
		||||
    height: 3.75em !important;
 | 
			
		||||
    height: var(--a-player-bar-height);
 | 
			
		||||
 | 
			
		||||
    border-top: 1px v.$grey-light solid;
 | 
			
		||||
    background: var(--a-player-bar-bg);
 | 
			
		||||
@ -638,7 +642,7 @@
 | 
			
		||||
    .button {
 | 
			
		||||
        font-size: v.$text-size-bigger;
 | 
			
		||||
        height: 100%;
 | 
			
		||||
        padding: auto 0.2em !important;
 | 
			
		||||
        padding: 0.2em !important;
 | 
			
		||||
        min-width: 3em;
 | 
			
		||||
        border-radius: 0px;
 | 
			
		||||
        transition: background-color 0.5s;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user