mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Fixes
This commit is contained in:
@@ -463,8 +463,7 @@ html.dark .x-friend-item > .detail > .extra,
|
||||
}
|
||||
|
||||
.el-select__wrapper {
|
||||
height: var(--el-component-size);
|
||||
padding: 0 12px;
|
||||
padding: 4px 12px;
|
||||
}
|
||||
|
||||
.el-table {
|
||||
|
||||
@@ -54,7 +54,6 @@
|
||||
<!-- Search bar input -->
|
||||
<el-input
|
||||
v-model="screenshotMetadataDialog.search"
|
||||
size="small"
|
||||
placeholder="Search"
|
||||
clearable
|
||||
style="width: 200px"
|
||||
@@ -62,7 +61,6 @@
|
||||
<!-- Search type dropdown -->
|
||||
<el-select
|
||||
v-model="screenshotMetadataDialog.searchType"
|
||||
size="small"
|
||||
placeholder="Search Type"
|
||||
style="width: 150px; margin-left: 10px"
|
||||
@change="screenshotMetadataSearch">
|
||||
|
||||
Reference in New Issue
Block a user