mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-23 05:46:50 +00:00
text menu size fix for mobile
This commit is contained in:
@@ -275,4 +275,14 @@ ul#top-right-menu {
|
||||
grid-auto-flow: column;
|
||||
grid-auto-columns: max-content;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: $desktop-wide-breakpoint) {
|
||||
#nav-menu {
|
||||
#menu-settings {
|
||||
span {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -17,7 +17,7 @@
|
||||
{%- endif -%}
|
||||
|
||||
<li class="pure-menu-item " id="menu-settings">
|
||||
<a href="{{ url_for('settings.settings_page') }}" title="{{ _('Settings') }}"><i data-feather="settings" class="action-icon"></i> {{ ('Settings') }}</a>
|
||||
<a href="{{ url_for('settings.settings_page') }}" title="{{ _('Settings') }}"><i data-feather="settings" class="action-icon"></i> <span>{{ ('Settings') }}</span></a>
|
||||
</li>
|
||||
<li class="pure-menu-item " id="menu-ui-language">
|
||||
<a class="language-selector"><span class="{{ get_flag_for_locale(get_locale()) }}" id="language-selector-flag"></span></a>
|
||||
|
||||
Reference in New Issue
Block a user