Skip to content

Commit ceaab9a

Browse files
committed
Make right sidebar 30rem from lagre screens
1 parent aa88f8e commit ceaab9a

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)