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
f5c9efc3
Commit
f5c9efc3
authored
10 months ago
by
alexisben
Browse files
Options
Downloads
Patches
Plain Diff
fix project grid
parent
e32f18be
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
assets/sass/_theme/sections/projects.sass
+10
-7
10 additions, 7 deletions
assets/sass/_theme/sections/projects.sass
assets/sass/_theme/utils/shame.sass
+1
-0
1 addition, 0 deletions
assets/sass/_theme/utils/shame.sass
config.yaml
+3
-3
3 additions, 3 deletions
config.yaml
with
14 additions
and
10 deletions
assets/sass/_theme/sections/projects.sass
+
10
−
7
View file @
f5c9efc3
...
...
@@ -16,9 +16,6 @@
display
:
flex
flex-direction
:
column
gap
:
$spacing-3
// Espace sécurité pour le bouton de partage en absolute
position
:
relative
padding-bottom
:
calc
(
#{
$spacing-5
}
+
#{
$spacing-2
}
)
.project-infos
--color-text
:
#{
$project-infos-color-text
}
--color-text-alt
:
#{
$project-infos-color-text-alt
}
...
...
@@ -29,11 +26,9 @@
@include
list-reset
display
:
flex
gap
:
$spacing-3
// Espace sécurité pour le bouton de partage en absolute
.dropdown-share
position
:
absolute
bottom
:
0
right
:
0
.btn
margin-top
:
0
@include
media-breakpoint-up
(
sm
)
.hero
...
...
@@ -54,3 +49,11 @@
width
:
columns
(
4
)
figure
width
:
columns
(
6
)
.hero-text
// Safe space for dropdown share button wich is in a absolute position
position
:
relative
padding-bottom
:
calc
(
#{
$spacing-5
}
+
#{
$spacing-2
}
)
.dropdown-share
position
:
absolute
bottom
:
0
right
:
0
This diff is collapsed.
Click to expand it.
assets/sass/_theme/utils/shame.sass
+
1
−
0
View file @
f5c9efc3
...
...
@@ -29,6 +29,7 @@
img
display
:
block
object-fit
:
cover
max-width
:
max-content
@if
$aspect-ratio
aspect-ratio
:
$aspect-ratio
p
+
time
...
...
This diff is collapsed.
Click to expand it.
config.yaml
+
3
−
3
View file @
f5c9efc3
...
...
@@ -106,7 +106,7 @@ params:
hide_category
:
false
hide_author
:
false
hide_date
:
false
# share_links: # Option
ne
l
# share_links: # Option
a
l
# enabled: true
# facebook: true
# twitter: true
...
...
@@ -123,7 +123,7 @@ params:
show_year
:
false
truncate_description
:
200
# Set to 0 to disable truncate
layout
:
list
# grid | list
# share_links: # Option
ne
l
# share_links: # Option
a
l
# enabled: true
# facebook: true
# twitter: true
...
...
@@ -134,7 +134,7 @@ params:
programs
:
related_posts
:
quantity
:
4
# share_links: # Option
ne
l
# share_links: # Option
a
l
# enabled: true
# facebook: true
# twitter: true
...
...
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