Skip to content

Commit 8c991d0

Browse files
author
minjk-bl
committed
Edit style
1 parent be0cdf8 commit 8c991d0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

visualpython/css/menuFrame.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
font-size: 18px;
3636
font-weight: bold;
3737
color: var(--vp-highlight-color);
38-
margin: 8px 6px 8px 3px;
38+
margin: 5px 6px 8px 3px;
3939
cursor: pointer;
4040
width: 18px;
4141
height: 18px;
@@ -106,7 +106,8 @@ input.vp-menu-search-box {
106106
background-size: contain;
107107
}
108108
/* LAB: img to background-image */
109-
#vp_wrapper.lab .vp-menu-search-icon {
109+
#vp_wrapper.lab .vp-menu-search-icon,
110+
#vp_wrapper.lite .vp-menu-search-icon {
110111
position: absolute;
111112
right: 45px;
112113
top: 15px;

visualpython/css/root.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,11 @@ hr.vp-extra-menu-line {
601601
.vp-inner-popup-body .mr5 {
602602
margin-right: 5px;
603603
}
604+
#vp_wrapper .pl5,
605+
.vp-popup-frame .pl5,
606+
.vp-inner-popup-body .pl5 {
607+
padding-left: 5px;
608+
}
604609
/* Layout */
605610
.vp-inline-block {
606611
display: inline-block !important;

0 commit comments

Comments
 (0)