mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 16:53:50 +02:00
replace inline styles with utility classes in dialogs
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
:on-sort-change="handleSortChange">
|
||||
<template #toolbar>
|
||||
<div style="display: flex; align-items: center; justify-content: space-between">
|
||||
<Location :location="location.tag" style="font-size: 14px" />
|
||||
<Location :location="location.tag" class="text-sm" />
|
||||
<InputGroupField
|
||||
v-model="search"
|
||||
:placeholder="t('dialog.previous_instances.search_placeholder')"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
:on-sort-change="handleSortChange">
|
||||
<template #toolbar>
|
||||
<div style="display: flex; align-items: center; justify-content: space-between">
|
||||
<span style="font-size: 14px" v-text="headerText"></span>
|
||||
<span class="text-sm" v-text="headerText"></span>
|
||||
<InputGroupField
|
||||
v-model="search"
|
||||
:placeholder="t('dialog.previous_instances.search_placeholder')"
|
||||
|
||||
Reference in New Issue
Block a user