mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-03 10:42:51 +00:00
Add rounded borders to images (#958)
This commit is contained in:
parent
c8892b54a6
commit
cb31edd2f1
@ -576,9 +576,11 @@ html[data-theme="dark"] .footer__link-item:hover {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* zoom image application screens */
|
||||
.markdown img.medium-zoom-image[src*="png"],
|
||||
.markdown img.medium-zoom-image[src*="gif"] {
|
||||
border:1px solid #2c3246;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
html[data-theme=light] .medium-zoom--opened .medium-zoom-overlay {background: white !important; opacity: 0.4}
|
||||
|
Loading…
Reference in New Issue
Block a user