Compare commits

..

No commits in common. "51c3ac863117907d986bb07754417ec07be70a0d" and "1daf83cf9d583046965a57d5f7598d6bd8a411ae" 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>