mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-01-01 10:32:09 +01:00
New: Project Aphrodite
This commit is contained in:
8
frontend/src/Components/Form/DeviceInput.css
Normal file
8
frontend/src/Components/Form/DeviceInput.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.deviceInputWrapper {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.inputContainer {
|
||||
composes: inputContainer from './TagInput.css';
|
||||
composes: hasButton from 'Components/Form/Input.css';
|
||||
}
|
||||
Reference in New Issue
Block a user