This website works better with JavaScript.
Home
Explore
Help
Sign In
GNUsocial
/
gnu-social
Watch
4
Star
0
Fork
1
Code
Issues
Releases
4
Wiki
Activity
Browse Source
[CSS] Fix: article header was being selected has the page header.
remotes/upstream/experimental
Eliseu Amaro
7 months ago
parent
17a13b3f20
commit
70d1521a2b
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/assets/default_theme/css/base.css
+1
-1
public/assets/default_theme/css/pages/feeds.css
+1
-1
templates/base.html.twig
+ 1
- 1
public/assets/default_theme/css/base.css
View File
@@ -148,7 +148,7 @@ hr {all: unset;display: block;height: 1px;background: var(--bg2);}
}
/* HEADER AND INSTANCE NAME */
header {
#
header {
z-index: 1;
font-family: var(--display-font);
font-size: var(--main-size);
+ 1
- 1
public/assets/default_theme/css/pages/feeds.css
View File
@@ -34,7 +34,7 @@
.h-entry .embed {
display: flex;
flex-direction: column;
padding: var(--
smaller
-size);
padding: var(--
unit
-size);
border: unset;
width: max-content;
}
+ 1
- 1
templates/base.html.twig
View File
@@ -69,7 +69,7 @@
{% block header %}
{% set extra_header_forms = handle_event('AddExtraHeaderForms', request) %}
<header>
<header
id="header"
>
{{ block("leftpanel", "stdgrid.html.twig") }}
<a id="anchor-main-page" class="anchor-hidden" title="{{ 'Press tab to access instance\'s main page.' | trans }}"></a>
Write
Preview
Loading…
Cancel
Save