Skip to content

Commit 8f245d0

Browse files
committed
fix jumpy separator when changing web/dns/mail/etc tabs
1 parent 72a11a9 commit 8f245d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ a {
12031203
}
12041204

12051205
div.l-content > div.l-separator:nth-of-type(2) {
1206-
margin-top: 178px;
1206+
margin-top: 180px;
12071207
width: 100%;
12081208
position: fixed;
12091209
z-index: 120;

web/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ hover_menu = function() {
10231023
nav_context.css({'margin-top': '101px'});
10241024
nav_a.find('ul').css({'visibility': 'hidden'});
10251025
nav_main.css({'padding-top': '27px'});
1026-
sep_2.css({'box-shadow':'0 2px 6px 0 rgba(200, 200, 200, 0.35)'});
1026+
sep_2.css({'box-shadow':'0 5px 6px 0 rgba(200, 200, 200, 0.35)'});
10271027
}
10281028

10291029
if(st == 0){

0 commit comments

Comments
 (0)