File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
44
44
.main-toggle { margin-left : auto ; display : flex }
45
45
46
46
/* Menu item elements */
47
- .menu-item {
47
+ .menu-item {
48
48
position : relative ; align-items : center ; border-bottom : 1px solid lightgrey ;
49
- display : flex ; min-height : 2rem ; padding-right : 14px ; white-space : nowrap ; font-size : 91%
49
+ display : flex ; min-height : 2rem ; padding : 0 14px 0 2 px ; white-space : nowrap ; font-size : 91%
50
50
}
51
51
.menu-icon { padding : 8px }
52
52
.menu-area : focus , .menu-area : hover { background : rgb (100 , 149 , 237 ) ; cursor : pointer } /* add hover color/cursor */
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
44
44
.main-toggle { margin-left : auto ; display : flex }
45
45
46
46
/* Menu item elements */
47
- .menu-item {
47
+ .menu-item {
48
48
position : relative ; align-items : center ; border-bottom : 1px solid lightgrey ;
49
- display : flex ; min-height : 2rem ; padding-right : 14px ; white-space : nowrap ; font-size : 91%
49
+ display : flex ; min-height : 2rem ; padding : 0 14px 0 2 px ; white-space : nowrap ; font-size : 91%
50
50
}
51
51
.menu-icon { padding : 8px }
52
52
.menu-area : focus , .menu-area : hover { background : rgb (100 , 149 , 237 ) ; cursor : pointer } /* add hover color/cursor */
You can’t perform that action at this time.
0 commit comments