Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gin-3348007
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
gin-3348007
Commits
0b7d56ae
Commit
0b7d56ae
authored
1 year ago
by
Volker Killesreiter
Browse files
Options
Downloads
Patches
Plain Diff
fix icon pos and size
parent
9abb2b29
No related branches found
Tags
previous/3345467-fix-paragraphs-warning/2023-03-12
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/css/components/paragraphs.css
+7
-1
7 additions, 1 deletion
dist/css/components/paragraphs.css
styles/components/paragraphs.scss
+7
-1
7 additions, 1 deletion
styles/components/paragraphs.scss
with
14 additions
and
2 deletions
dist/css/components/paragraphs.css
+
7
−
1
View file @
0b7d56ae
...
...
@@ -309,7 +309,13 @@ html[dir="rtl"].js .paragraph-type-icon {
}
.js
.paragraph-top
{
grid-template-columns
:
1
fr
auto
1
fr
auto
;
grid-template-columns
:
auto
auto
1
fr
auto
;
}
.paragraphs-icon-changed
{
background-size
:
auto
;
height
:
32px
;
width
:
32px
;
}
.gin--dark-mode
.paragraphs-tabs-wrapper
.field-multiple-table
.draggable
{
...
...
This diff is collapsed.
Click to expand it.
styles/components/paragraphs.scss
+
7
−
1
View file @
0b7d56ae
...
...
@@ -240,7 +240,13 @@ html.js .paragraph-type-icon {
}
.js
.paragraph-top
{
grid-template-columns
:
1fr
auto
1fr
auto
;
grid-template-columns
:
auto
auto
1fr
auto
;
}
.paragraphs-icon-changed
{
background-size
:
auto
;
height
:
32px
;
width
:
32px
;
}
// Darkmode overrides
...
...
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