Skip to content
Snippets Groups Projects
Commit 0b7d56ae authored by Volker Killesreiter's avatar Volker Killesreiter
Browse files

fix icon pos and size

parent 9abb2b29
No related merge requests found
......@@ -309,7 +309,13 @@ html[dir="rtl"].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;
}
.gin--dark-mode .paragraphs-tabs-wrapper .field-multiple-table .draggable {
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment