mirror of
https://github.com/rommapp/romm.git
synced 2026-04-23 06:54:40 +00:00
fix(UserBtn): add transparent class to avatar for improved styling
This commit is contained in:
@@ -13,7 +13,7 @@ const { smAndDown } = useDisplay();
|
||||
</script>
|
||||
<template>
|
||||
<v-avatar
|
||||
class="pointer"
|
||||
class="pointer transparent"
|
||||
:size="smAndDown ? 35 : 40"
|
||||
:class="{
|
||||
active: navigationStore.activeSettingsDrawer,
|
||||
|
||||
Reference in New Issue
Block a user