mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 07:16:15 -04:00
refactor(ui): removed all n-space
This commit is contained in:
parent
34d8e5ce2c
commit
4d2b037dbe
40 changed files with 222 additions and 246 deletions
|
@ -43,9 +43,9 @@ const tools = computed<ToolCategory[]>(() => [
|
|||
</router-link>
|
||||
|
||||
<div class="sider-content">
|
||||
<n-space v-if="styleStore.isSmallScreen" justify="center">
|
||||
<div v-if="styleStore.isSmallScreen" flex justify-center>
|
||||
<navbar-buttons />
|
||||
</n-space>
|
||||
</div>
|
||||
|
||||
<collapsible-tool-menu :tools-by-category="tools" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue