mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Fixed menu layout issues on Safari browser
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -62,6 +62,7 @@ p + .readmore {
|
||||
font-weight: 700;
|
||||
z-index: 1000;
|
||||
color: white;
|
||||
background-color: transparent;
|
||||
|
||||
&::after {
|
||||
content: " ↑"
|
||||
|
||||
@@ -43,6 +43,10 @@
|
||||
box-shadow: inset 0 -1px 0 0 #000;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@include media-breakpoint-only(lg) {
|
||||
padding: 1rem 1.15rem;
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
<div class="nav navbar-nav language-selector">
|
||||
<div class="dropdown">
|
||||
<a class="nav-link dropdown-toggle with-caret" type="button" id="language_selector_header_btn" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<a class="nav-link dropdown-toggle with-caret" id="language_selector_header_btn" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
{{(config.languages|selectattr('code', 'eq', target.lang)|first).display_name}}
|
||||
</a>
|
||||
<div class="dropdown-menu smaller-dropdown" aria-labelledby="language_selector_header_btn">
|
||||
|
||||
Reference in New Issue
Block a user