File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
layouts/partials/skeleton Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1313
1414 < meta http-equiv ="X-UA-Compatible " content ="ie=edge " />
1515 {{ $css := resources.Get "main.min.css" }}
16- < link rel ="stylesheet " type ="text/css " href ="copypaste.css ">
16+ < link rel ="stylesheet " type ="text/css " href ="/ copypaste.css ">
1717{{ $secureCSS := $css | resources.Fingerprint "sha512" }}
1818 < link href ="{{ $secureCSS.Permalink }} " rel ="stylesheet " integrity ="{{ $secureCSS.Data.Integrity }} ">
1919 < link
Original file line number Diff line number Diff line change 11pre {
22 position : relative;
33}
4- button .btn . copy-button {
4+ button .copy-button {
55 display : inline-block;
6- position : absolute;
6+ font-size : 10px ;
7+ padding-top : 0 !important ;
8+ padding-bottom : 0 !important ;
9+ padding-left : 0.1 !important ;
10+ padding-right : 0.1 !important ;
711}
You can’t perform that action at this time.
0 commit comments