-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: imagine an app #461
base: main
Are you sure you want to change the base?
Conversation
components/discord/embed.vue
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to make use of @skyra/discord-components-core
</discord-message> | ||
</discord-messages> | ||
|
||
<div class="flex flex-col gap-2"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<div class="flex flex-col gap-2"> | |
<div class="flex flex-row gap-2 lg:flex-col"> |
|
||
<div class="flex flex-col gap-2"> | ||
<button | ||
class="btn tooltip tooltip-right" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
class="btn tooltip tooltip-right" | |
class="btn tooltip lg:tooltip-right" |
</button> | ||
|
||
<button | ||
class="btn tooltip tooltip-right" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
class="btn tooltip tooltip-right" | |
class="btn tooltip lg:tooltip-right" |
</button> | ||
|
||
<button | ||
class="btn tooltip tooltip-right" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
class="btn tooltip tooltip-right" | |
class="btn tooltip lg:tooltip-right" |
Closes #453
Closes #440