mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 19:02:15 +00:00
not needed notice removed
This commit is contained in:
parent
1dce51c806
commit
95d17758b3
2 changed files with 0 additions and 7 deletions
|
|
@ -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']}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue