Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
Pleroma
pleroma-fe
Merge requests
!1314
Solid color wallpaper support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Solid color wallpaper support
plain-bg
into
develop
Overview
5
Commits
5
Pipelines
4
Changes
15
All threads resolved!
Hide all comments
Merged
HJ
requested to merge
plain-bg
into
develop
4 years ago
Overview
5
Commits
5
Pipelines
4
Changes
15
All threads resolved!
Hide all comments
Expand
Adds new color slot
wallpaper
, defaults to a slightly darker
bg
(panel background color)
Redmond XX and XX-SE updated to feature my favorite color as wallpaper.
Redmond XXI updated to feature wallpaper color same as Win2000/Me default color (#396ba5)
Small fix for navbar not properly applying topBarLink color
Small refactor to how background image is applied
Made it so that wallpaper is horizontally centered and top-aligned (alongside navbar)
Added an option to hide instance-defined wallpaper if it's present and if user doesn't have their own wallpaper set up.
0
0
Merge request reports
Compare
develop
version 3
0cf06cb9
4 years ago
version 2
81bac9f8
4 years ago
version 1
5cb41c71
4 years ago
develop (base)
and
latest version
latest version
93af7ee3
5 commits,
4 years ago
version 3
0cf06cb9
4 commits,
4 years ago
version 2
81bac9f8
3 commits,
4 years ago
version 1
5cb41c71
2 commits,
4 years ago
15 files
+
54
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
src/components/desktop_nav/desktop_nav.scss
+
4
−
0
Options
@@ -5,6 +5,10 @@
width
:
100%
;
position
:
fixed
;
a
{
color
:
var
(
--
topBarLink
,
$fallback--link
);
}
.inner-nav
{
display
:
grid
;
grid-template-rows
:
50px
;
Loading