fix caption and external link icon
This commit is contained in:
parent
d5b1f1da10
commit
0a93e17cf0
1 changed files with 5 additions and 5 deletions
|
@ -558,9 +558,9 @@ video {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
.caption {
|
||||||
.media-container .caption {
|
width: 100%;
|
||||||
width: fit-content;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery>* {
|
.gallery>* {
|
||||||
|
@ -675,8 +675,8 @@ background-color: rgba(0, 0, 0, 0.25);
|
||||||
to{background-color: transparent;backdrop-filter: blur(0px);}
|
to{background-color: transparent;backdrop-filter: blur(0px);}
|
||||||
}
|
}
|
||||||
|
|
||||||
article a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"])) {text-decoration: none !important;}
|
article a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"])) {content: none !important;}
|
||||||
article a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"]))::after {content:"↗️";font-size:18px;margin:5px;text-decoration: none !important;}
|
article a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"]))::after {content:"↗️";font-size:18px;margin:5px;content: none !important;}
|
||||||
.media-container a::after, .liberapay-container a::after, .tags a::after, .listing a::after, #tags a::after, .image-container a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"]))::after{
|
.media-container a::after, .liberapay-container a::after, .tags a::after, .listing a::after, #tags a::after, .image-container a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"]))::after{
|
||||||
content: "" !important;margin:0 !important;font-size:0;
|
content: "" !important;margin:0 !important;font-size:0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue