Commit da866304 authored by mercury233's avatar mercury233

test fix

parent ec83cbd0
Pipeline #19635 passed with stages
in 1 minute and 26 seconds
...@@ -7,17 +7,19 @@ ...@@ -7,17 +7,19 @@
height: 100%; height: 100%;
} }
.mc-userpanel { :global {
position: absolute; .mc-userpanel {
right: 40px; position: absolute;
} right: 40px;
@media (max-width: 768px) {
.mc-header {
padding: 0 10px;
} }
.mc-userpanel { @media (max-width: 768px) {
right: 10px; .mc-header {
padding: 0 10px;
}
.mc-userpanel {
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