mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Minor options page tweaks
This commit is contained in:
@@ -97,6 +97,7 @@ export default class EditableListItem extends Component<
|
|||||||
, editValue: this.props.text
|
, editValue: this.props.text
|
||||||
}, () => {
|
}, () => {
|
||||||
this.input?.focus();
|
this.input?.focus();
|
||||||
|
this.input?.select();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,9 @@
|
|||||||
background-color: #202023 !important;
|
background-color: #202023 !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
.editable-list__item:not(.editable-list__item--selected) .editable-list__title {
|
||||||
|
padding: 0 8px !important;
|
||||||
|
}
|
||||||
.editable-list__item:nth-child(even) {
|
.editable-list__item:nth-child(even) {
|
||||||
background-color: initial !important;
|
background-color: initial !important;
|
||||||
}
|
}
|
||||||
@@ -114,7 +117,7 @@
|
|||||||
|
|
||||||
.bridge__status-title {
|
.bridge__status-title {
|
||||||
margin: initial;
|
margin: initial;
|
||||||
font-weight: 500;
|
font-weight: 600;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
@@ -158,7 +161,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bridge__stats th {
|
.bridge__stats th {
|
||||||
font-weight: 500;
|
font-weight: 600;
|
||||||
padding-inline-end: 10px;
|
padding-inline-end: 10px;
|
||||||
text-align: end;
|
text-align: end;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
@@ -242,7 +245,7 @@
|
|||||||
|
|
||||||
.category__name > h2 {
|
.category__name > h2 {
|
||||||
font-size: 1.15em;
|
font-size: 1.15em;
|
||||||
font-weight: 500;
|
font-weight: 600;
|
||||||
margin: initial;
|
margin: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -342,7 +345,7 @@
|
|||||||
.editable-list__item {
|
.editable-list__item {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 2em;
|
height: 30px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -365,13 +368,18 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.editable-list__item:not(.editable-list__item--selected) > .editable-list__title {
|
||||||
|
padding: 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.editable-list__title + button {
|
.editable-list__title + button {
|
||||||
margin-inline-end: 5px;
|
margin-inline-end: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editable-list__edit-field {
|
.editable-list__edit-field {
|
||||||
width: -moz-available;
|
font: inherit;
|
||||||
margin-inline-end: 1em;
|
margin-inline-end: 1em;
|
||||||
|
width: -moz-available;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editable-list__raw-view {
|
.editable-list__raw-view {
|
||||||
|
|||||||
Reference in New Issue
Block a user