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:
Shivam Mishra
2024-04-30 10:57:22 +05:30
committed by GitHub
parent 12af2fe026
commit 6917ea2dbd
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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"