Files
YoutubeDL-Material/src/app/settings/settings.component.scss
Isaac Grynsztein 1e96e31053 Added new API key and using API key config items to enable a public API
API key config items are implemented UI-side

Added ability to generate API keys through the settings

Switched getmp3s and getmp4s api calls to be GET requests rather than POST

Removed unused code from settings dialog
2020-04-10 14:46:36 -04:00

23 lines
327 B
SCSS

.settings-expansion-panel {
margin-bottom: 20px;
}
.ext-divider {
margin-bottom: 14px;
}
.args-edit-button {
position: absolute;
margin-left: 10px;
top: 20px;
}
.enable-api-key-div {
display: inline-block;
margin-bottom: 8px;
margin-right: 15px;
}
.api-key-div {
display: inline-block;
}