v1.3.0 #124

Merged
DrMaxNix merged 43 commits from dev into main 2024-07-29 19:21:56 +02:00
Showing only changes of commit 15a25e05d9 - Show all commits

View File

@ -1,6 +1,11 @@
.wrapper.copylink-id {
padding-top: 5.3rem; /* NOTE: This is tied to `nav .nav-container` */
margin-top: -5.3rem; /* NOTE: This is tied to `nav .nav-container` */
pointer-events: none;
}
.wrapper.copylink-id > * {
pointer-events: initial;
}
.copylink {