fix: portal settings layout (#9324)
* fix: padding * fix: max width --------- Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
@@ -99,7 +99,7 @@ function changeCurrentCategory(event) {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="w-full max-w-5xl">
|
<div class="w-full max-w-6xl">
|
||||||
<header class="flex items-center justify-between mb-4">
|
<header class="flex items-center justify-between mb-4">
|
||||||
<div class="flex items-center w-full gap-3">
|
<div class="flex items-center w-full gap-3">
|
||||||
<label
|
<label
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
/>
|
/>
|
||||||
</woot-tabs>
|
</woot-tabs>
|
||||||
</setting-intro-banner>
|
</setting-intro-banner>
|
||||||
<div class="p-4 max-w-full my-auto flex flex-wrap">
|
<div class="flex flex-wrap max-w-full px-8 py-4 my-auto">
|
||||||
<router-view />
|
<router-view />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ function addLocale() {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="w-full h-full max-w-5xl space-y-4 bg-white dark:bg-slate-900">
|
<div class="w-full h-full max-w-6xl space-y-4 bg-white dark:bg-slate-900">
|
||||||
<div class="flex justify-end">
|
<div class="flex justify-end">
|
||||||
<woot-button
|
<woot-button
|
||||||
variant="smooth"
|
variant="smooth"
|
||||||
|
|||||||
Reference in New Issue
Block a user