summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authoraxtlos <rose@pinkro.se>2025-05-24 16:08:25 +0200
committeraxtlos <rose@pinkro.se>2025-05-24 16:08:25 +0200
commitd0ba06cf78485a737032e72363d466d22f557bb0 (patch)
tree60235f7dc266fd46636bb91be3bff1e2edbc3dec /index.html
parent23f5cac35ddded005b9a0d9e93c81b12112d99bc (diff)
downloadwebsite-d0ba06cf78485a737032e72363d466d22f557bb0.tar.gz
website-d0ba06cf78485a737032e72363d466d22f557bb0.tar.bz2
fix styling for projects copy button
Diffstat (limited to '')
-rw-r--r--index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/index.html b/index.html
index 23f4b67..dd7dce9 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@
<input class="radio" type="radio" id="projects-shards" name="projects_menu">
<input class="radio" type="radio" id="projects-crystal" name="projects_menu">
<input class="radio" type="radio" id="projects-vanillaos" name="projects_menu">
-
+
<ul id="home-menu" class="menu left">
<li><label>Home</label></li>
<li>
@@ -49,7 +49,7 @@
<label for="projects-vanillaos" class="menu-button">Vanilla OS</label>
</li>
</ul>
-
+
<div class="dock">
<div class="dockelement">
<label for="home" title="About me"> <img src="avatar.png" alt="Home">
@@ -148,9 +148,11 @@
<div class="title-bar">
<span>PROJECTS.rtf — /home/lain</span>
<div class="controls">
- <button id="copyUrl" data-radio="projects" title="Copy url to this window">
- <img src="./copy.svg" width="18" height="18" alt="copy">
- </button>
+ <label>
+ <button id="copyUrl" data-radio="home" title="Copy url to this window">
+ <img src="./copy.svg" width="18" height="18" style="padding-left: 1px;" alt="copy">
+ </button>
+ </label>
<label for="close">
<img src="./close.svg" width="18" height="18" alt="close">
</label>
@@ -229,7 +231,7 @@
</div>
</div>
</div>
-
+
<div class="bottom-bar-wrapper">
<div class="bottom-bar">
<a href="https://pinkro.se" target="_blank" rel="noopener noreferrer" title="rose garden">
@@ -391,7 +393,5 @@
});
});
</script>
-
-
</body>
</html>