not needed notice removed

This commit is contained in:
nklhrstv 2020-08-12 17:59:00 +03:00
parent 1dce51c806
commit 95d17758b3
2 changed files with 0 additions and 7 deletions

View file

@ -424,7 +424,6 @@ const Settings = () => {
title={'Edit streaming server url'}
buttons={editServerUrlModalButtons}
onCloseRequest={closeEditServerUrlModal}>
<div className={styles['notice']}>You can edit the default streaming server url</div>
<TextInput
ref={editServerUrlInputRef}
className={styles['server-url-input']}

View file

@ -309,12 +309,6 @@
.edit-server-url-modal-content {
width: 30rem;
.notice {
margin-bottom: 1.5rem;
font-size: 1rem;
color: @color-background-dark5-90;
}
.server-url-input {
width: 100%;
padding: 1rem;