Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gin_gutenberg
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
gin_gutenberg
Commits
b5677d6d
There was an error fetching the commit references. Please try again later.
Commit
b5677d6d
authored
5 months ago
by
Sohail Lajevardi
Browse files
Options
Downloads
Patches
Plain Diff
Minor z-index and sidebar UI fixes
parent
c729ea5d
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/gin_gutenberg.css
+1
-1
1 addition, 1 deletion
dist/gin_gutenberg.css
src/sass/gin_gutenberg.scss
+22
-4
22 additions, 4 deletions
src/sass/gin_gutenberg.scss
with
23 additions
and
5 deletions
dist/gin_gutenberg.css
+
1
−
1
View file @
b5677d6d
This diff is collapsed.
Click to expand it.
src/sass/gin_gutenberg.scss
+
22
−
4
View file @
b5677d6d
...
...
@@ -18,10 +18,16 @@ body.gutenberg--enabled {
}
.page-wrapper
{
.interface-interface-skeleton__content
{
*
:focus:not
(
.edit-post-layout__metaboxes
*)
{
box-shadow
:
none
;
}
.interface-interface-skeleton
{
&
__content
{
*
:focus:not
(
.edit-post-layout__metaboxes
*)
{
box-shadow
:
none
;
}
}
&
__header
{
z-index
:
99
;
}
}
}
}
...
...
@@ -177,6 +183,18 @@ body.gutenberg--enabled {
}
}
.block-editor-block-styles
{
.block-editor-block-styles__item
{
display
:
flex
;
align-items
:
center
;
margin-bottom
:
1rem
;
.icon-preview
{
margin-right
:
1rem
;
}
}
}
&
-toggle
{
.gin--dark-mode
&
{
background-color
:
var
(
--
colorGinAppBackground
);
...
...
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