Make sure right menu is still visible when URL is long

pull/138/head
dgtlmoon 4 years ago
parent b2b8958f7b
commit 9669f8248e

@ -239,6 +239,13 @@ footer {
#feed-icon { #feed-icon {
vertical-align: middle; } vertical-align: middle; }
#top-right-menu {
position: absolute;
right: 0px;
background: linear-gradient(to right, #fff0, #fff 10%);
padding-left: 20px;
padding-right: 10px; }
.sticky-tab { .sticky-tab {
position: absolute; position: absolute;
top: 80px; top: 80px;

@ -312,6 +312,14 @@ footer {
vertical-align: middle; vertical-align: middle;
} }
#top-right-menu {
position: absolute;
right: 0px;
background: linear-gradient(to right, #fff0, #fff 10%);
padding-left: 20px;
padding-right: 10px;
}
.sticky-tab { .sticky-tab {
position: absolute; position: absolute;
top: 80px; top: 80px;

@ -31,7 +31,7 @@
{% endif %} {% endif %}
{% endif %} {% endif %}
<ul class="pure-menu-list"> <ul class="pure-menu-list" id="top-right-menu">
{% if current_user.is_authenticated or not has_password %} {% if current_user.is_authenticated or not has_password %}
{% if not current_diff_url %} {% if not current_diff_url %}
<li class="pure-menu-item"> <li class="pure-menu-item">

Loading…
Cancel
Save