Preferences page rehaul: use React components, UI improvements
This commit is contained in:
17
static/css/components/PathSelector.css
Normal file
17
static/css/components/PathSelector.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.PathSelector {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.PathSelector .label {
|
||||
margin-right: 10px;
|
||||
flex: 1 1 auto;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.PathSelector .input {
|
||||
flex: 5 5 200px;
|
||||
}
|
||||
Reference in New Issue
Block a user