FreeTube/src/renderer/components/ft-progress-bar/ft-progress-bar.css

10 lines
161 B
CSS

.progressBar {
position: fixed;
height: 3px;
bottom: 0px;
left: 0px;
background-color: var(--primary-color);
z-index: 1;
transition: width 0.5s;
}