vuetify-sonner icon indicating copy to clipboard operation
vuetify-sonner copied to clipboard

When the text is too long, there may be a problem of being out of center?

Open UnforgetMemory opened this issue 2 years ago • 1 comments

Like

image

Talk

I am a rookie developer. I used the custom function for rendering because the built-in template information icon does not have a corresponding color or close control, so I don't know how to make it correctly center the display of the control itself when the text is long. It would be perfect if the built-in template had corresponding icon colors and close buttons. This is my humble opinion. Thank you for your development. It should be the missing required component for Vuetify.

UnforgetMemory avatar Aug 30 '23 12:08 UnforgetMemory

I'm also having trouble here. Tried overriding the size limits in the css with !important and tried adding custom classes but still was unable to.

Component: https://github.com/SelfhostedPro/yacht-nuxt/blob/d259cf7cefa41ca9a8c7f723b5b77259263d9392/components/notifications.vue

Composable (where toast() is called from): https://github.com/SelfhostedPro/yacht-nuxt/blob/d259cf7cefa41ca9a8c7f723b5b77259263d9392/composables/toast.ts

image

SelfhostedPro avatar Jan 09 '24 09:01 SelfhostedPro