Optimize layout for large screens (> 1500px)
This commit is contained in:
parent
68f25fd20f
commit
f739fd32ae
3 changed files with 6 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
</script>
|
||||
|
||||
<aside
|
||||
class="flex shrink-0 flex-col rounded-tl-xl bg-white transition-all duration-200
|
||||
class="flex shrink-0 flex-col rounded-tl-xl min-[1540px]:rounded-tr-xl bg-white transition-all duration-200
|
||||
{expanded ? 'w-[420px]' : 'w-80'}"
|
||||
>
|
||||
<div class="flex h-12 shrink-0 items-center justify-between px-4">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue