Skip to content

Commit

Permalink
Fix theme changer position. Again
Browse files Browse the repository at this point in the history
  • Loading branch information
isKONSTANTIN committed Aug 17, 2024
1 parent b420471 commit 685700f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions components/nav/user/theme.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="flex flex-col justify-center items-center">
<div class="dropdown dropdown-position dropdown-hover">
<div class="dropdown dropdown-end dropdown-hover">
<div tabindex="0" role="button" class="cursor-pointer size-10 flex justify-center items-center">
<theme-icon :theme="currentTheme"/>
</div>
Expand Down Expand Up @@ -65,16 +65,4 @@ const handleClick = () => {
<style scoped>
@media (max-width: 640px) {
.dropdown-position {
@apply dropdown-end
}
}
@media (min-width: 640px) {
.dropdown-position {
@apply dropdown-bottom
}
}
</style>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "finwave",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down

0 comments on commit 685700f

Please sign in to comment.