Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!10016
Issue
#3484564
: Define the 3 areas the Top Bar will provide
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3484564
: Define the 3 areas the Top Bar will provide
issue/drupal-3484564:3484564-define-top-bar-regions
into
11.x
Overview
37
Commits
27
Pipelines
17
Changes
26
Closed
Pablo López
requested to merge
issue/drupal-3484564:3484564-define-top-bar-regions
into
11.x
6 months ago
Overview
21
Commits
27
Pipelines
17
Changes
26
Expand
Closes
#3484564
0
0
Merge request reports
Compare
11.x
version 17
41521b27
5 months ago
version 16
425cf234
5 months ago
version 15
1f1b0c74
5 months ago
version 14
23543251
5 months ago
version 13
d4b3d3ac
5 months ago
version 12
d4b3d3ac
5 months ago
version 11
f00bed60
5 months ago
version 10
c92f7afd
5 months ago
version 9
55166e33
6 months ago
version 8
54877ed2
6 months ago
version 7
ade2e495
6 months ago
version 6
d70f89ce
6 months ago
version 5
ca837c5a
6 months ago
version 4
008b5149
6 months ago
version 3
76c38431
6 months ago
version 2
bcda5357
6 months ago
version 1
bfb06b24
6 months ago
11.x (base)
and
latest version
latest version
703e7a27
27 commits,
5 months ago
version 17
41521b27
28 commits,
5 months ago
version 16
425cf234
27 commits,
5 months ago
version 15
1f1b0c74
26 commits,
5 months ago
version 14
23543251
25 commits,
5 months ago
version 13
d4b3d3ac
21 commits,
5 months ago
version 12
d4b3d3ac
21 commits,
5 months ago
version 11
f00bed60
23 commits,
5 months ago
version 10
c92f7afd
22 commits,
5 months ago
version 9
55166e33
21 commits,
6 months ago
version 8
54877ed2
20 commits,
6 months ago
version 7
ade2e495
19 commits,
6 months ago
version 6
d70f89ce
18 commits,
6 months ago
version 5
ca837c5a
16 commits,
6 months ago
version 4
008b5149
5 commits,
6 months ago
version 3
76c38431
4 commits,
6 months ago
version 2
bcda5357
2 commits,
6 months ago
version 1
bfb06b24
1 commit,
6 months ago
26 files
+
620
−
78
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
26
Search (e.g. *.vue) (Ctrl+P)
core/modules/navigation/css/components/admin-toolbar.css
+
3
−
1
Options
@@ -63,7 +63,7 @@ body {
z-index
:
var
(
--admin-toolbar-z-index
);
display
:
flex
;
flex-direction
:
column
;
height
:
100vh
;
block-size
:
100vh
;
transform
:
translateX
(
-100%
);
background-color
:
var
(
--admin-toolbar-color-white
);
font-family
:
var
(
--admin-toolbar-font-family
);
@@ -92,7 +92,9 @@ body {
}
@media
(
min-width
:
64rem
)
{
.admin-toolbar
{
block-size
:
calc
(
100vh
-
var
(
--drupal-displace-offset-top
,
0px
));
transform
:
none
;
inset-block-start
:
var
(
--drupal-displace-offset-top
,
0
);
}
}
@media
only
screen
and
(
max-height
:
18.75rem
)
{
Loading