1
0
forked from ctmesh/web

mobile padding, external link arrows on resource pages

This commit is contained in:
2026-02-10 15:35:33 -05:00
parent a386b37258
commit 027b481290
3 changed files with 32 additions and 4 deletions

View File

@ -163,6 +163,21 @@
flex-shrink: 0;
opacity: 0.4;
}
a[target="_blank"]::after {
content: "";
display: inline-block;
width: 12px;
height: 12px;
margin-left: 3px;
vertical-align: middle;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5L8.5 3.5M5 3.5h3.5V7'/%3E%3C/svg%3E") no-repeat center;
background-size: contain;
opacity: 0.4;
}
.btn[target="_blank"]::after,
.copy-btn::after {
display: none;
}
.site-footer {
margin-top: 2em;
padding-top: 2em;