Commit da866304 authored by mercury233's avatar mercury233

test fix

parent ec83cbd0
Pipeline #19635 passed with stages
in 1 minute and 26 seconds
...@@ -7,12 +7,13 @@ ...@@ -7,12 +7,13 @@
height: 100%; height: 100%;
} }
.mc-userpanel { :global {
.mc-userpanel {
position: absolute; position: absolute;
right: 40px; right: 40px;
} }
@media (max-width: 768px) { @media (max-width: 768px) {
.mc-header { .mc-header {
padding: 0 10px; padding: 0 10px;
} }
...@@ -20,4 +21,5 @@ ...@@ -20,4 +21,5 @@
.mc-userpanel { .mc-userpanel {
right: 10px; right: 10px;
} }
}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment