border extends to bottom
This commit is contained in:
@@ -765,13 +765,17 @@ button:active,
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
border-right: 1px solid var(--color-surface0);
|
/*border-right: 1px solid var(--color-surface0);*/
|
||||||
color: var(--color-overlay0);
|
color: var(--color-overlay0);
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
line-height: 1.35rem;
|
line-height: 1.35rem;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
min-width: 3rem;
|
min-width: 3rem;
|
||||||
}
|
}
|
||||||
|
.line-numbers > div {
|
||||||
|
padding-right: 0.5rem;
|
||||||
|
border-right: 1px solid var(--color-surface0);
|
||||||
|
}
|
||||||
|
|
||||||
/* Code with line numbers - add padding for line numbers column */
|
/* Code with line numbers - add padding for line numbers column */
|
||||||
#post-content-body pre:has(.line-numbers) code {
|
#post-content-body pre:has(.line-numbers) code {
|
||||||
|
|||||||
Reference in New Issue
Block a user