reduce top links' space (#19706)

This commit is contained in:
Serghei Mihai 2017-10-27 16:37:30 +02:00
parent 39fb7d1e31
commit c52a76444f
1 changed files with 3 additions and 2 deletions

View File

@ -479,11 +479,12 @@ div#main-content {
div#toplinks {
position: absolute;
top: 50%;
right: 3%;
right: 1%;
border: 0;
box-shadow: none;
text-align: center;
background: transparent;
padding: 1ex 1em 0.3ex 1em;
@media screen and (max-width: $mobile-limit) {
max-width: 100%;
margin-top: 4px;
@ -494,7 +495,7 @@ div#toplinks {
span.logged-in {
background: $body-background;
border-radius: 1.5em;
padding: 1.2ex 2em;
padding: 1.2ex 1.5em;
@media screen and (max-width: $mobile-limit) {
border-radius: 0 0 1.5em 1.5em;
}