Improved Page lik handling
This commit is contained in:
25
style.css
25
style.css
@@ -49,36 +49,23 @@ div.luxtools-plugin .luxtools-empty {
|
||||
padding: 0.25em 0;
|
||||
}
|
||||
|
||||
/* Page link status (next to page title) */
|
||||
span.luxtools-pagelink-status {
|
||||
/* Page link copy message (unlinked blobs alias) */
|
||||
a.luxtools-pagelink-copy,
|
||||
a.luxtools-pagelink-copy:visited {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.35em;
|
||||
font-size: 0.75em;
|
||||
line-height: 1.2;
|
||||
font-size: 0.85em;
|
||||
line-height: 1.3;
|
||||
margin: 0.25em 0;
|
||||
padding: 0.15em 0.4em;
|
||||
border: 1px solid @ini_border;
|
||||
border-radius: 0.2em;
|
||||
background-color: @ini_background_alt;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
span.luxtools-pagelink-status.is-inline {
|
||||
margin-left: 0.5em;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
span.luxtools-pagelink-status[data-copy="1"] {
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
span.luxtools-pagelink-warning {
|
||||
font-size: 0.95em;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
/* Image gallery spacing. */
|
||||
div.luxtools-gallery {
|
||||
padding-bottom: 0.5em;
|
||||
|
||||
Reference in New Issue
Block a user