Issue #3332943 by 2dareis2do, saschaeggi, DishaKatariya: Claro - fix issue with icon sizes

merge-requests/5372/merge
Cristina Chumillas 2023-12-15 16:52:58 +01:00
parent d8e3d8c97c
commit 5a7e9fa076
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
top: 0;
left: 0.6667em; /* LTR */
display: block;
width: 1.25rem;
width: 1.538em;
height: 100%;
content: "";
background-color: transparent;
@ -226,7 +226,7 @@
}
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
left: 0.6667em; /* LTR */
width: 1.25rem;
width: 1.538em;
background-size: 100% auto;
}
.no-svg .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {

View File

@ -19,7 +19,7 @@
top: 0;
left: 0.6667em; /* LTR */
display: block;
width: 20px;
width: 1.538em;
height: 100%;
content: "";
background-color: transparent;
@ -187,7 +187,7 @@
}
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
left: 0.6667em; /* LTR */
width: 20px;
width: 1.538em;
background-size: 100% auto;
}
.no-svg .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {