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
Commits
97bb03a0
Commit
97bb03a0
authored
7 years ago
by
Shpuld Shpuldson
Browse files
Options
Downloads
Patches
Plain Diff
Fix consistency in font families between chromium and ff
parent
bf84a878
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/App.scss
+2
-1
2 additions, 1 deletion
src/App.scss
src/components/timeline/timeline.vue
+1
-1
1 addition, 1 deletion
src/components/timeline/timeline.vue
with
3 additions
and
2 deletions
src/App.scss
+
2
−
1
View file @
97bb03a0
...
...
@@ -37,7 +37,8 @@ button{
border-bottom
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.2
);
box-shadow
:
0px
0px
2px
black
;
font-size
:
14px
;
font-family
:
sans
;
&
:hover
{
box-shadow
:
0px
0px
4px
rgba
(
255
,
255
,
255
,
0
.3
);
}
...
...
This diff is collapsed.
Click to expand it.
src/components/timeline/timeline.vue
+
1
−
1
View file @
97bb03a0
...
...
@@ -55,7 +55,7 @@
font-size
:
14px
;
min-width
:
6em
;
border-radius
:
5px
;
font-family
:
arial
;
font-family
:
sans
;
text-align
:
center
;
padding
:
0
0
.5em
0
0
.5em
;
opacity
:
0
.8
;
...
...
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