Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OLAT CI-CD Testing Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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
Lars Oliver Dam
OLAT CI-CD Testing Project
Commits
71f72579
Commit
71f72579
authored
10 years ago
by
Michael Enz
Browse files
Options
Downloads
Patches
Plain Diff
OO-1261: offcanvas menu does not move the content to the side anymore
parent
02de4751
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/webapp/static/themes/light/modules/_offcanvas.scss
+0
-19
0 additions, 19 deletions
src/main/webapp/static/themes/light/modules/_offcanvas.scss
with
0 additions
and
19 deletions
src/main/webapp/static/themes/light/modules/_offcanvas.scss
+
0
−
19
View file @
71f72579
...
@@ -16,25 +16,6 @@ body {
...
@@ -16,25 +16,6 @@ body {
transition
:
all
.25s
ease-in-out
;
transition
:
all
.25s
ease-in-out
;
}
}
/* make page a bid smaller when max width is almost reached. */
@media
screen
and
(
min-width
:
$o-page-width-max
)
and
(
max-width
:
$o-page-width-max
+
$o-offcanvas-width
)
{
body
.o_offcanvas_right_visible
{
.o_container_offcanvas
{
left
:
floor
(
-
$o-offcanvas-width
/
2
);
max-width
:
(
$o-page-width-max
-
$o-offcanvas-width
);
}
}
}
/* move page a bit to side to make room for offcanvas when left and right has enough room */
@media
screen
and
(
min-width
:
$o-page-width-max
+
$o-offcanvas-width
)
and
(
max-width
:
$o-page-width-max
+
$o-offcanvas-width
*
2
){
body
.o_offcanvas_right_visible
{
.o_container_offcanvas
{
left
:
floor
(
-
$o-offcanvas-width
/
2
);
}
}
}
/*
/*
Offcanvas is an absolute container positioned box outside the viewport.
Offcanvas is an absolute container positioned box outside the viewport.
In closed state the element is hidden. To make the offcanvas appear
In closed state the element is hidden. To make the offcanvas appear
...
...
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