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
Merge requests
!46
Move over to vui
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Move over to vui
use-vui
into
main
Overview
18
Commits
19
Pipelines
26
Changes
9
Merged
Georg Krause
requested to merge
use-vui
into
main
2 years ago
Overview
18
Commits
19
Pipelines
26
Changes
9
Expand
The header of an article is way too small
And tags on the same page are still broken
Edited
2 years ago
by
Georg Krause
0
0
Merge request reports
Compare
main
version 23
413fcc15
2 years ago
version 22
b5fdada7
2 years ago
version 21
79c77b95
2 years ago
version 20
9e02b564
2 years ago
version 19
978d318c
2 years ago
version 18
a4b71fed
2 years ago
version 17
3f593d06
2 years ago
version 16
d01b8bca
2 years ago
version 15
9c9e6aff
2 years ago
version 14
a1375f4a
2 years ago
version 13
4b99f19d
2 years ago
version 12
697395cf
2 years ago
version 11
61938a9a
2 years ago
version 10
98e6b53f
2 years ago
version 9
2aa9e0ec
2 years ago
version 8
6dda1cad
2 years ago
version 7
fe26587d
2 years ago
version 6
3785e41b
2 years ago
version 5
694c3b46
2 years ago
version 4
01bb21f9
2 years ago
version 3
cd5a68d5
2 years ago
version 2
731f86de
2 years ago
version 1
1d6e5a1c
2 years ago
main (base)
and
latest version
latest version
c75f58b0
19 commits,
2 years ago
version 23
413fcc15
20 commits,
2 years ago
version 22
b5fdada7
19 commits,
2 years ago
version 21
79c77b95
18 commits,
2 years ago
version 20
9e02b564
18 commits,
2 years ago
version 19
978d318c
17 commits,
2 years ago
version 18
a4b71fed
15 commits,
2 years ago
version 17
3f593d06
14 commits,
2 years ago
version 16
d01b8bca
12 commits,
2 years ago
version 15
9c9e6aff
11 commits,
2 years ago
version 14
a1375f4a
10 commits,
2 years ago
version 13
4b99f19d
9 commits,
2 years ago
version 12
697395cf
9 commits,
2 years ago
version 11
61938a9a
9 commits,
2 years ago
version 10
98e6b53f
9 commits,
2 years ago
version 9
2aa9e0ec
8 commits,
2 years ago
version 8
6dda1cad
7 commits,
2 years ago
version 7
fe26587d
6 commits,
2 years ago
version 6
3785e41b
5 commits,
2 years ago
version 5
694c3b46
4 commits,
2 years ago
version 4
01bb21f9
4 commits,
2 years ago
version 3
cd5a68d5
2 commits,
2 years ago
version 2
731f86de
1 commit,
2 years ago
version 1
1d6e5a1c
1 commit,
2 years ago
9 files
+
236
−
190
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
theme/funkwhale/static/css/style.css
+
35
−
15
Options
*
{
box-sizing
:
border-box
;
}
html
{
font-family
:
'Open Sans'
,
'helvetica'
,
sans-serif
;
font-size
:
14px
;
@@ -15,18 +19,21 @@ h1, h2 {
margin-bottom
:
10px
;
}
.title
{
font-size
:
2.5em
;
text-align
:
center
;
text-align
:
left
;
margin-bottom
:
50px
;
text-transform
:
none
;
color
:
#383839
;
color
:
var
(
--fw-grey-900
)
;
line-height
:
1
;
font-weight
:
600
;
}
.dark-grey
>
a
,
.dark-grey
>
a
,
.blog-post
>
h2
>
a
{
color
:
var
(
--fw-grey-900
)
!important
;
}
.latest
{
padding
:
10px
10px
;
@@ -112,33 +119,42 @@ a:hover { text-decoration: underline; }
/* Sidebar */
aside
{
font-size
:
1
4
px
;
font-size
:
1
6
px
;
width
:
220px
;
height
:
100%
;
position
:
fixed
;
top
:
0
;
left
:
0
;
padding
:
30
px
;
padding
:
16
px
;
background
:
#00638c
;
color
:
white
;
box-shadow
:
0
0
3px
black
;
text-align
:
center
;
padding-top
:
8%
;
padding-top
:
70px
;
background-size
:
cover
;
box-sizing
:
content-box
;
}
aside
a
{
color
:
var
(
--color-background-main
);
text-decoration
:
none
;
}
aside
a
:visited
{
color
:
var
(
--color-background-main
);
text-decoration
:
none
;
}
aside
a
{
color
:
var
(
--color-background-main
)
!important
;
text-decoration
:
none
;
}
aside
a
:visited
{
color
:
var
(
--color-background-main
)
!important
;
text-decoration
:
none
;
}
aside
a
:link
{
color
:
var
(
--color-background-main
);
text-decoration
:
none
;
}
aside
a
:active
{
color
:
var
(
--color-background-main
);
text-decoration
:
none
;
}
aside
a
:hover
{
text-decoration
:
underline
;
}
aside
>
ul
{
aside
>
nav
>
ul
{
list-style-type
:
none
;
padding
:
0px
1
0px
;
padding
:
0px
0px
;
margin-top
:
0px
;
}
aside
>
h2
{
aside
>
nav
>
ul
>
li
{
margin
:
20px
0px
;
}
aside
>
nav
>
ul
>
li
>
a
>
img
{
vertical-align
:
middle
;
margin-right
:
10px
;
}
aside
>
nav
>
h2
{
text-transform
:
uppercase
;
font-size
:
1
4
px
;
font-size
:
1
6
px
;
margin-bottom
:
5px
;
}
@@ -199,7 +215,11 @@ aside > h2 {
{
display
:
block
;
padding
:
0.33147rem
0
;
border-bottom
:
1px
dotted
var
(
--color-background-main
);
}
.logo-container
{
text-align
:
center
;
margin-bottom
:
40px
;
}
.logo-container
a
img
{
@@ -269,7 +289,7 @@ img {
}
.icon
{
height
:
3
2px
;
height
:
2
0
px
;
filter
:
invert
(
100%
);
}
Loading