Navbar: Add media query to prevent overflow (#17)
Reviewed-on: https://projects.blender.org/infrastructure/gitea-custom/pulls/17
This commit is contained in:
@@ -39,6 +39,5 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a class="item" href="{{AppSubUrl}}/blender/blender/issues/new?template=.gitea%2fissue_template%2fbug.yaml">Report a Bug</a>
|
||||
|
||||
<a class="item" href="{{AppSubUrl}}/paste/">Paste Code</a>
|
||||
<a class="item hide-on-mid" href="{{AppSubUrl}}/blender/blender/issues/new?template=.gitea%2fissue_template%2fbug.yaml">Report a Bug</a>
|
||||
<a class="item hide-on-mid" href="{{AppSubUrl}}/paste/">Paste Code</a>
|
||||
|
||||
@@ -70,6 +70,12 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
.hide-on-mid {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Repository page. */
|
||||
.repository .file-view.markdown a {
|
||||
color: var(--color-primary);
|
||||
|
||||
Reference in New Issue
Block a user