Compare commits

..

No commits in common. "41daa6a5db3bb1d333d5d21b2071002f23dd5549" and "9b871c8164bea3c8d603c5c7b0787f86cf521bd1" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -98,6 +98,7 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
transition: 0.1s;
}
.pure-segmented-group {

View File

@ -32,7 +32,7 @@ const toggleClick = () => {
>
<IconifyIconOffline
:icon="isActive ? MenuFold : MenuUnfold"
class="inline-block! align-middle hover:text-primary dark:hover:text-white!"
class="inline-block align-middle hover:text-primary dark:hover:text-white!"
/>
</div>
</template>