Skip to content

Commit

Permalink
Improved workspace centering on laptops
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Dec 30, 2024
1 parent 468fc8f commit 8f557c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div class="row justify-content-center d-md-flex h-100">
@yield('aside')

<div class="col-xxl col-xl-9 col-12">
<div class="col-xxl col-xl-9 col-12 mx-auto">
@yield('body')
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/dashboard.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@extends(config('platform.workspace', 'platform::workspace.compact'))

@section('aside')
<div class="aside col-xs-12 col-xxl-2 bg-dark d-flex flex-column me-auto" data-controller="menu">
<div class="aside col-xs-12 col-xxl-2 bg-dark d-flex flex-column" data-controller="menu">
<header class="d-xl-block p-3 mt-xl-4 w-100 d-flex align-items-center">
<a href="#" class="header-toggler d-xl-none me-auto order-first d-flex align-items-center lh-1"
data-action="click->menu#toggle">
Expand Down

0 comments on commit 8f557c4

Please sign in to comment.