File tree Expand file tree Collapse file tree
src/visualizer/gui/rmlui/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ body {
109109 display: flex;
110110 align-items: center;
111111 justify-content: center;
112- width: 22dp ;
113- height: 22dp ;
114- min-width: 22dp ;
115- min-height: 22dp ;
116- padding: 2dp ;
112+ width: 30dp ;
113+ height: 30dp ;
114+ min-width: 30dp ;
115+ min-height: 30dp ;
116+ padding: 3dp ;
117117 border-width: 1dp;
118118 border-color: transparent;
119119 border-radius: 6dp;
@@ -123,8 +123,8 @@ body {
123123}
124124
125125.toolbar-hcenter .icon-btn img {
126- width: 17dp ;
127- height: 17dp ;
126+ width: 20dp ;
127+ height: 20dp ;
128128}
129129
130130.toolbar-layer-primary {
@@ -540,20 +540,20 @@ body {
540540#selection-block .viewport-transform-option,
541541#selection-block .viewport-transform-action,
542542#depth-view-block .viewport-transform-action {
543- width: 22dp ;
544- height: 22dp ;
545- min-width: 22dp ;
546- min-height: 22dp ;
547- padding: 2dp ;
543+ width: 30dp ;
544+ height: 30dp ;
545+ min-width: 30dp ;
546+ min-height: 30dp ;
547+ padding: 3dp ;
548548}
549549
550550#transform-block .viewport-transform-option img,
551551#transform-block .viewport-transform-action img,
552552#selection-block .viewport-transform-option img,
553553#selection-block .viewport-transform-action img,
554554#depth-view-block .viewport-transform-action img {
555- width: 17dp ;
556- height: 17dp ;
555+ width: 20dp ;
556+ height: 20dp ;
557557}
558558
559559.viewport-export-fields {
You can’t perform that action at this time.
0 commit comments