Copy original issue's styling for the social menu

This commit is contained in:
torres126 2019-04-21 21:05:17 +01:00 committed by GitHub
parent d963b149cd
commit bacb253ae5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2691,6 +2691,7 @@ Primarily mobile devices and super-small tablets.
.main-navigation {
margin: 10px 0 20px;
position: relative;
}
.main-navigation .menu-toggle {
@ -2773,6 +2774,23 @@ Primarily mobile devices and super-small tablets.
.apostrophe-2-navigation .dropdown-toggle {
display: block;
}
/* Display the social menu if the user requests it */
.social-mobile-menu .jetpack-social-navigation {
display: block;
position: absolute;
top: 0;
right: 0;
min-width: 5%;
max-width: 80%;
height: 50px;
}
.social-mobile-menu .jetpack-social-navigation ul li a {
margin-right: 2em;
padding: 0.75rem 0 1.5rem;
line-height: 45px;
}
/* Use a slightly smaller font size for titles */
h1 {