Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Theme
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
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
osuny
Theme
Commits
bf9305ed
Unverified
Commit
bf9305ed
authored
10 months ago
by
Alexis BENOIT
Committed by
GitHub
10 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #405 from osunyorg/fix-event-dates-spacings
Fix event dates spacings
parents
9efd38ad
8fc6c199
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assets/sass/_theme/sections/events.sass
+6
-1
6 additions, 1 deletion
assets/sass/_theme/sections/events.sass
layouts/partials/events/event.html
+1
-1
1 addition, 1 deletion
layouts/partials/events/event.html
with
7 additions
and
2 deletions
assets/sass/_theme/sections/events.sass
+
6
−
1
View file @
bf9305ed
...
...
@@ -90,6 +90,8 @@
&
-time
span
+
span
@include
icon
(
arrow-right
,
before
)
margin-left
:
space
()
margin-right
:
space
()
.media
&
:empty
display
:
none
...
...
@@ -99,8 +101,11 @@
&
-time
display
:
inline-flex
&
::before
content
:
'|'
content
:
'
|'
margin-right
:
$spacing-1
@include
media-breakpoint-up
(
desktop
)
&
-time
display
:
flex
.events
&
--list
.event
...
...
This diff is collapsed.
Click to expand it.
layouts/partials/events/event.html
+
1
−
1
View file @
bf9305ed
...
...
@@ -35,7 +35,7 @@
<span>
{{ .Params.dates.from.hour }}
</span>
{{ end -}}
{{- if .Params.dates.to.hour }}
<span>
{{ .Params.dates.to.hour }}
</span>
<span>
{{ .Params.dates.to.hour }}
</span>
{{ end -}}
</div>
{{ end -}}
...
...
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