Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
blog.funkwhale.audio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
blog.funkwhale.audio
Commits
6ef924d5
Verified
Commit
6ef924d5
authored
3 years ago
by
Georg Krause
Browse files
Options
Downloads
Patches
Plain Diff
Overwrite wrong bulma settings
parent
4fd9eee6
No related branches found
No related tags found
1 merge request
!15
Resolve "Improve pagination"
Pipeline
#18788
passed
3 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
theme/funkwhale/static/css/style.css
+5
-0
5 additions, 0 deletions
theme/funkwhale/static/css/style.css
theme/funkwhale/templates/base.html
+2
-2
2 additions, 2 deletions
theme/funkwhale/templates/base.html
with
7 additions
and
2 deletions
theme/funkwhale/static/css/style.css
+
5
−
0
View file @
6ef924d5
...
@@ -126,6 +126,7 @@ aside {
...
@@ -126,6 +126,7 @@ aside {
text-align
:
center
;
text-align
:
center
;
padding-top
:
8%
;
padding-top
:
8%
;
background-size
:
cover
;
background-size
:
cover
;
box-sizing
:
content-box
;
}
}
aside
a
{
color
:
var
(
--color-background-main
);
text-decoration
:
none
;
}
aside
a
{
color
:
var
(
--color-background-main
);
text-decoration
:
none
;
}
aside
a
:visited
{
color
:
var
(
--color-background-main
);
text-decoration
:
none
;
}
aside
a
:visited
{
color
:
var
(
--color-background-main
);
text-decoration
:
none
;
}
...
@@ -208,6 +209,10 @@ aside > h2 {
...
@@ -208,6 +209,10 @@ aside > h2 {
margin
:
auto
;
margin
:
auto
;
}
}
.logo-container
h1
{
font-size
:
21px
;
}
/*--------Responsive------------*/
/*--------Responsive------------*/
@media
(
max-width
:
800px
)
{
@media
(
max-width
:
800px
)
{
...
...
This diff is collapsed.
Click to expand it.
theme/funkwhale/templates/base.html
+
2
−
2
View file @
6ef924d5
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
{% if LINKS %}
{% if LINKS %}
<h2
class=
"blog_roll_link"
>
LINKS
</h2>
<h2
class=
"blog_roll_link"
>
LINKS
</h2>
<ul
class=
"navbar"
>
<ul>
{% for name, link in LINKS %}
{% for name, link in LINKS %}
<li><a
href=
"{{ link }}"
>
{{ name }}
</a></li>
<li><a
href=
"{{ link }}"
>
{{ name }}
</a></li>
{% endfor %}
{% endfor %}
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
{% if DISPLAY_CATEGORIES_ON_MENU and categories %}
{% if DISPLAY_CATEGORIES_ON_MENU and categories %}
<h2
class=
"blog_roll_link"
>
Categories
</h2>
<h2
class=
"blog_roll_link"
>
Categories
</h2>
<ul
class=
"navbar"
>
<ul>
{% for cat, null in categories %}
{% for cat, null in categories %}
<li
{%
if
cat =
=
category
%}
class=
"active"
{%
endif
%}
><a
<li
{%
if
cat =
=
category
%}
class=
"active"
{%
endif
%}
><a
href=
"{{ SITEURL }}/{{ cat.url }}"
>
{{ cat }}
</a></li>
href=
"{{ SITEURL }}/{{ cat.url }}"
>
{{ cat }}
</a></li>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment