mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 02:03:49 +02:00
use tailwind class
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
|
||||
const emit = defineEmits(['change']);
|
||||
|
||||
/**
|
||||
*
|
||||
* @param event
|
||||
*/
|
||||
function change(event) {
|
||||
emit('change', event);
|
||||
}
|
||||
@@ -45,7 +49,7 @@
|
||||
align-items: center;
|
||||
}
|
||||
.simple-switch > .switch {
|
||||
margin-left: 10px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.simple-switch .tooltip {
|
||||
margin-left: 3px;
|
||||
|
||||
Reference in New Issue
Block a user