mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
help-beta: Remove border after the title.
This commit is contained in:
committed by
Tim Abbott
parent
4f23bd2e68
commit
2cdcadf1c6
@@ -16,6 +16,18 @@
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Eliminate the border inserted between the title and the rest of
|
||||||
|
the content. */
|
||||||
|
.content-panel + .content-panel {
|
||||||
|
border-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Decrease padding for the content panel from 1.5rem to 1rem since
|
||||||
|
the padding looked too big after removing the content panel border. */
|
||||||
|
.content-panel {
|
||||||
|
padding: 1rem var(--sl-content-pad-x);
|
||||||
|
}
|
||||||
|
|
||||||
.sl-markdown-content {
|
.sl-markdown-content {
|
||||||
img {
|
img {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|||||||
Reference in New Issue
Block a user