Skip to content

Commit 6741750

Browse files
authored
Merge pull request #502 from MerginMaps/wider_sidebar
Make right sidebar 30rem from lagre screens
2 parents 076202d + ceaab9a commit 6741750

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-app/packages/lib/src/common/components/AppSidebarRight.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-MerginMaps-Commercial
1212
block-scroll
1313
:modal="true"
1414
position="right"
15-
class="w-11 lg:w-5 xl:w-3"
15+
class="w-11 lg:w-30rem"
1616
:pt="{
1717
mask: {
1818
style: {

0 commit comments

Comments
 (0)