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
!1924
Fix develop issues
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix develop issues
fix-develop-issues
into
develop
Overview
0
Commits
5
Pipelines
3
Changes
1
Merged
HJ
requested to merge
fix-develop-issues
into
develop
8 months ago
Overview
0
Commits
5
Pipelines
3
Changes
1
Expand
fixes
language switcher nonfunctional
default font size being 16px instead of intended 14px
0
0
Merge request reports
Viewing commit
da5df6e6
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
da5df6e6
more moving
· da5df6e6
HJ
authored
8 months ago
src/App.scss
+
2
−
2
Options
@@ -4,8 +4,6 @@
:root
{
--status-margin
:
0
.75em
;
--navbar-height
:
var
(
--
navbarSize
,
3
.5rem
);
--panel-header-height
:
var
(
--
panelHeaderSize
,
3
.2rem
);
--post-line-height
:
1
.4
;
// Z-Index stuff
--ZI_media_modal
:
9000
;
@@ -21,8 +19,10 @@
html
{
font-size
:
var
(
--
textSize
,
14px
);
--navbar-height
:
var
(
--
navbarSize
,
3
.5rem
);
--emoji-size
:
var
(
--
emojiSize
,
32px
);
--panel-header-height
:
var
(
--
panelHeaderSize
,
3
.2rem
);
// overflow-x: clip causes my browser's tab to crash with SIGILL lul
}
Loading