File tree Expand file tree Collapse file tree
apps/viewer/apps/viewer/apps/viewer/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -400,6 +400,7 @@ export default {
400400 label,
401401 button {
402402 color: var (-- color- main- text);
403+ line- height: var (-- default- line- height, 1.5 ) ! important;
403404 > span {
404405 font- size: var (-- default- font- size) ! important;
405406 }
@@ -410,8 +411,8 @@ export default {
410411 display: flex;
411412 align- items: center;
412413 justify- content: center;
413- min- width: 44px ;
414- min- height: 44px ;
414+ min- width: var ( -- default - clickable - area) ;
415+ min- height: var ( -- default - clickable - area) ;
415416 padding: 6px 12px ;
416417 }
417418}
@@ -432,7 +433,7 @@ export default {
432433
433434// Global buttons
434435.SfxButton - root {
435- min- height: 44px ! important;
436+ min- height: var ( -- default - clickable - area) ! important;
436437 margin: 0 ! important;
437438 border: transparent ! important;
438439 & [color= ' error' ] {
@@ -456,7 +457,7 @@ export default {
456457
457458// Menu items
458459.SfxMenuItem - root {
459- height: 44px ;
460+ height: var ( -- default - clickable - area) ;
460461 padding- left: 8px ! important;
461462 // Center the menu entry icon and fix width
462463 > div {
@@ -568,8 +569,8 @@ export default {
568569 display: flex;
569570 align- items: center;
570571 justify- content: center;
571- min- width: 44px ;
572- height: 44px ;
572+ min- width: var ( -- default - clickable - area) ;
573+ height: var ( -- default - clickable - area) ;
573574 padding: 6px 16px ;
574575 border- radius: var (-- border- radius- pill);
575576 }
You can’t perform that action at this time.
0 commit comments