Skip to content

Commit 5a6bd54

Browse files
committed
Fixed: Fix style issues in session monitoring.
1 parent 1f83eff commit 5a6bd54

1 file changed

Lines changed: 29 additions & 9 deletions

File tree

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,62 @@
11
.nav {
2-
display: block;
2+
display: flex;
3+
align-items: center;
34
height: 30px;
5+
width: 100%;
46
padding-top: 0;
5-
background-color: #463e3e;
7+
background-color: var(--el-nav-bg-color);
68
list-style: none;
9+
border-bottom: 1px solid var(--el-border-color-x);
710
}
811

912
.nav ul {
10-
list-style-type: none;
11-
line-height: 24px;
13+
display: flex;
1214
margin: 0;
13-
box-sizing: border-box;
14-
font-weight: 400;
1515
text-align: left;
16+
font-weight: 400;
17+
line-height: 24px;
18+
list-style-type: none;
19+
box-sizing: border-box;
1620
}
1721

1822
.nav ul.nav-main {
1923
padding-inline-start: 15px;
24+
align-items: center;
25+
width: 100%;
2026
}
2127

2228
.nav li {
23-
display: inline-block;
29+
display: flex;
30+
align-items: center;
31+
flex-shrink: 0;
2432
}
2533

2634
.nav li > img {
27-
margin-bottom: -6px;
35+
margin-bottom: 0;
36+
flex-shrink: 0;
37+
margin-right: 10px;
2838
}
2939

3040
li p {
31-
color: #f0f0f1;
41+
color: var(--el-text-color-light);
3242
font-size: 13px;
3343
font-weight: 500;
3444
text-decoration: none;
3545
padding: 2px 15px;
3646
height: 30px;
3747
margin: 0;
48+
display: flex;
49+
align-items: center;
50+
white-space: nowrap;
51+
gap: 10px;
52+
}
53+
54+
li p button {
55+
margin-left: 10px;
56+
flex-shrink: 0;
3857
}
3958

4059
iframe {
4160
border-width: 0;
61+
background: var(--el-editor-bg-color);
4262
}

0 commit comments

Comments
 (0)