We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272cf80 commit c5775bbCopy full SHA for c5775bb
static/header.less
@@ -24,13 +24,15 @@
24
.brand {
25
display: flex;
26
white-space: nowrap;
27
+ align-items: center;
28
.dropdown {
29
display:none;
30
}
31
.logo {
- display: inline-block;
32
+ display: flex;
33
34
width: 60px;
- height: 100%;
35
+ height: @brand-height;
36
cursor: pointer;
37
&:hover > a {
38
opacity: .7;
@@ -83,11 +85,10 @@
83
85
84
86
87
.version {
- display: inline-flex;
- vertical-align: top;
88
89
- padding-top: 7px;
90
font-size: 12px;
91
92
93
.version-number::after {
94
display: inline-block;
0 commit comments