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
c7ac6a26
Commit
c7ac6a26
authored
1 year ago
by
Olivia206
Browse files
Options
Downloads
Patches
Plain Diff
fixed title in page with sidebar
parent
43c2841a
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/_utils.sass
+2
-45
2 additions, 45 deletions
assets/sass/_theme/_utils.sass
assets/sass/_theme/blocks/posts.sass
+2
-0
2 additions, 0 deletions
assets/sass/_theme/blocks/posts.sass
assets/sass/_theme/utils/blocks.sass
+42
-0
42 additions, 0 deletions
assets/sass/_theme/utils/blocks.sass
with
46 additions
and
45 deletions
assets/sass/_theme/_utils.sass
+
2
−
45
View file @
c7ac6a26
...
...
@@ -7,49 +7,6 @@
@import
utils/normalize
@import
utils/sidebar
@import
utils/sizes
@import
utils/blocks
@import
utils/shame
// TODO : mettre ça ailleurs
@mixin
draggable-block
overflow
:
hidden
.draggable-container
&
:hover
cursor
:
grab
&
.is-grabbing
cursor
:
grabbing
.draggable-content
margin-left
:
calc
(
var
(
--
grid-gutter-negative
)
/
2
)
margin-right
:
calc
(
var
(
--
grid-gutter-negative
)
/
2
)
>
ul
,
>
ol
display
:
flex
flex-flow
:
row
nowrap
list-style
:
none
padding-left
:
0
transition
:
margin
0
.4s
ease-in-out
width
:
100%
.draggable-item
flex
:
none
scroll-snap-align
:
start
transition
:
0
.3s
opacity
&
.is-passed
opacity
:
0
.15
pointer-events
:
none
.actions-arrows
display
:
flex
padding-left
:
calc
(
var
(
--
grid-gutter
)
/
2
)
>
button
@include
button-reset
background
:
none
border
:
none
color
:
$block-timeline-horizontal-color
cursor
:
pointer
&
:first-child
@include
icon-block
(
arrow-previous
,
before
)
margin-left
:
$icon-arrow-previous-margin-left
&
:last-child
@include
icon-block
(
arrow-next
,
before
)
&
:disabled
cursor
:
default
opacity
:
0
.3
\ No newline at end of file
@import
utils/shame
\ No newline at end of file
This diff is collapsed.
Click to expand it.
assets/sass/_theme/blocks/posts.sass
+
2
−
0
View file @
c7ac6a26
...
...
@@ -311,6 +311,8 @@
@include
in-page-with-sidebar
.post
width
:
columns
(
3
)
[
itemprop
=
"headline"
]
@include
h4
@include
in-page-without-sidebar
.block-content
display
:
flex
...
...
This diff is collapsed.
Click to expand it.
assets/sass/_theme/utils/blocks.sass
0 → 100644
+
42
−
0
View file @
c7ac6a26
@mixin
draggable-block
overflow
:
hidden
.draggable-container
&
:hover
cursor
:
grab
&
.is-grabbing
cursor
:
grabbing
.draggable-content
margin-left
:
calc
(
var
(
--
grid-gutter-negative
)
/
2
)
margin-right
:
calc
(
var
(
--
grid-gutter-negative
)
/
2
)
>
ul
,
>
ol
display
:
flex
flex-flow
:
row
nowrap
list-style
:
none
padding-left
:
0
transition
:
margin
0
.4s
ease-in-out
width
:
100%
.draggable-item
flex
:
none
scroll-snap-align
:
start
transition
:
0
.3s
opacity
&
.is-passed
opacity
:
0
.15
pointer-events
:
none
.actions-arrows
display
:
flex
padding-left
:
calc
(
var
(
--
grid-gutter
)
/
2
)
>
button
@include
button-reset
background
:
none
border
:
none
color
:
$block-timeline-horizontal-color
cursor
:
pointer
&
:first-child
@include
icon-block
(
arrow-previous
,
before
)
margin-left
:
$icon-arrow-previous-margin-left
&
:last-child
@include
icon-block
(
arrow-next
,
before
)
&
:disabled
cursor
:
default
opacity
:
0
.3
\ No newline at end of file
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