mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
rendered_markdown: Fix alignment of icons in code blocks.
This commit is contained in:
@@ -534,15 +534,15 @@
|
|||||||
doesn't scroll along with the code div in narrow windows */
|
doesn't scroll along with the code div in narrow windows */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 2px;
|
right: 2px;
|
||||||
margin-top: -6px;
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.code_external_link {
|
.code_external_link {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 23px;
|
right: 23px;
|
||||||
margin-top: -4px;
|
margin-top: -3px;
|
||||||
font-size: 1.4em;
|
font-size: 17px;
|
||||||
/* The default icon and on-hover colors are inherited from <a> tag.
|
/* The default icon and on-hover colors are inherited from <a> tag.
|
||||||
so we set our own to match the copy-to-clipbord icon */
|
so we set our own to match the copy-to-clipbord icon */
|
||||||
color: hsl(0, 0%, 47%);
|
color: hsl(0, 0%, 47%);
|
||||||
|
|||||||
Reference in New Issue
Block a user