docs: adjust help-tag-right CSS for HTML #25858

This commit is contained in:
rsynnest 2023-11-14 09:33:18 -08:00 committed by GitHub
parent ac8ed77afb
commit d50274812b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -967,13 +967,16 @@ local function gen_css(fname)
/* Tag pseudo-header common in :help docs. */ /* Tag pseudo-header common in :help docs. */
.help-tag-right { .help-tag-right {
color: var(--tag-color); color: var(--tag-color);
margin-left: auto; background-color: inherit;
margin-right: 0; display: flex;
float: right; justify-content: right;
margin-top: 1.5em;
margin-bottom: 1em;
} }
.help-tag a, .help-tag a,
.help-tag-right a { .help-tag-right a {
color: inherit; color: inherit;
background-color: var(--accent-bg-color);
} }
.help-tag a:not(:hover), .help-tag a:not(:hover),
.help-tag-right a:not(:hover) { .help-tag-right a:not(:hover) {