fixes in css
This commit is contained in:
+5
-2
@@ -12,10 +12,13 @@
|
||||
<script type="module" src="/assets/js/public.js?v=__ASSET_VERSION__"></script>
|
||||
</head>
|
||||
|
||||
<body class="public-page">
|
||||
<body class="public-page hide-preview-line-numbers">
|
||||
<header class="public-header">
|
||||
<a class="brand" href="/">RustPad</a>
|
||||
<button id="copy-public-link" class="secondary-button">Copy link</button>
|
||||
<div class="public-header__actions">
|
||||
<label class="line-toggle"><input id="public-line-numbers-toggle" type="checkbox"> Line numbers</label>
|
||||
<button id="copy-public-link" class="secondary-button">Copy link</button>
|
||||
</div>
|
||||
</header>
|
||||
<main class="public-document">
|
||||
<h1 id="public-title">Loading…</h1>
|
||||
|
||||
Reference in New Issue
Block a user