Increase the width of the left menu (#14136)

GitOrigin-RevId: b9d2cb043e7899716fb0e246e89d582c3436b5b1
This commit is contained in:
Alf Eaton 2023-08-11 09:11:22 +01:00 committed by Copybot
parent 971e0f0e84
commit e90ffd2b54
3 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@
-webkit-transition: left ease-in-out @left-menu-animation-duration;
transition: left ease-in-out @left-menu-animation-duration;
font-size: 14px;
left: -280px;
left: -@left-menu-width;
&.shown {
left: 0;
@ -206,7 +206,7 @@
position: initial;
}
&.modal.fade .modal-dialog {
left: -280px;
left: -@left-menu-width;
transition: left ease-in-out @left-menu-animation-duration;
-webkit-transition: left ease-in-out @left-menu-animation-duration;
transform: translate(0, 0);

View file

@ -873,7 +873,7 @@
@content-margin-vertical: @line-height-computed;
@left-menu-width: 260px;
@left-menu-width: 320px;
@left-menu-animation-duration: 0.35s;
@toolbar-border-color: @ol-blue-gray-5;

View file

@ -694,7 +694,7 @@
@content-margin-vertical: @line-height-computed;
@left-menu-width: 260px;
@left-menu-width: 320px;
@left-menu-animation-duration: 0.35s;
@toolbar-border-color: @neutral-80;