Files
yt-dlp-webui/frontend/src/App.css
2021-11-24 13:13:04 +01:00

16 lines
253 B
CSS

.status-box {
background-color: #f8f9ffa1;
padding: 8px;
border-radius: 5px;
overflow-x: hidden;
}
.stack-box {
background-color: #ffffff;
border-radius: 1pc;
}
.settings {
text-decoration: underline;
cursor: pointer;
}