MOBILE-4470 format-text: Make image viewer button always round

main
Pau Ferrer Ocaña 2024-05-22 17:15:28 +02:00
parent 4da3e650e0
commit f53800471d
1 changed files with 27 additions and 27 deletions

View File

@ -69,7 +69,6 @@ core-format-text {
position: relative; position: relative;
display: inline-block; display: inline-block;
max-width: 100%; max-width: 100%;
}
.core-image-viewer-icon { .core-image-viewer-icon {
position: absolute; position: absolute;
@ -102,6 +101,7 @@ core-format-text {
display: none; display: none;
} }
} }
}
// Disable clicks in links inside MathJax equations. // Disable clicks in links inside MathJax equations.
.filter_mathjaxloader_equation .MathJax_Preview a { .filter_mathjaxloader_equation .MathJax_Preview a {