mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 03:27:54 +08:00
低版本safari主菜单样式兼容性处理
This commit is contained in:
@@ -34,6 +34,10 @@ defineProps<{
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
padding-left: 1.375rem;
|
||||||
|
padding-right: 1rem;
|
||||||
|
margin-right: 1.125em;
|
||||||
|
border-radius: 0 3.125rem 3.125rem 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -18,3 +18,12 @@ defineProps<{
|
|||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
.layout-vertical-nav {
|
||||||
|
.nav-section-title {
|
||||||
|
padding-left: 1.375rem;
|
||||||
|
padding-right: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user