diff --git a/delete.svg b/delete.svg
index 9a5f912..0a350ad 100644
--- a/delete.svg
+++ b/delete.svg
@@ -15,14 +15,14 @@
id="layer1">
+ transform="matrix(0.92722798,0,0,0.927228,3.4949718,3.4949885)"
+ style="stroke-width:21.1225;stroke-dasharray:none">
diff --git a/edit.svg b/edit.svg
index 27779c5..d271d64 100644
--- a/edit.svg
+++ b/edit.svg
@@ -16,11 +16,11 @@
transform="translate(-145.46666)">
+ transform="matrix(0.57178471,0.39238389,-0.38872353,0.57716885,197.22474,-45.770754)"
+ style="stroke-width:29.6113;stroke-dasharray:none">
diff --git a/icons/source-files/delete.svg b/icons/source-files/delete.svg
index 6160343..3aa14cc 100644
--- a/icons/source-files/delete.svg
+++ b/icons/source-files/delete.svg
@@ -28,15 +28,15 @@
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
- inkscape:zoom="0.40087893"
- inkscape:cx="279.3861"
- inkscape:cy="236.97928"
+ inkscape:zoom="0.80175786"
+ inkscape:cx="601.17901"
+ inkscape:cy="382.90862"
inkscape:window-width="2540"
inkscape:window-height="1367"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
- inkscape:current-layer="g6">
+ inkscape:current-layer="layer1">
+ transform="matrix(0.57178471,0.39238389,-0.38872353,0.57716885,197.22474,-45.770754)"
+ style="stroke-width:29.6113;stroke-dasharray:none">
+ transform="matrix(0.92722798,0,0,0.927228,3.4949718,3.4949885)"
+ style="stroke-width:21.1225;stroke-dasharray:none">
diff --git a/index.html b/index.html
index 4edf3a0..79d5f73 100644
--- a/index.html
+++ b/index.html
@@ -85,7 +85,6 @@ input {
--input-padding: 0.5em;
background: var(--input-back-color);
color: var(--input-front-color);
- /*border: var(--border-width) solid var(--input-front-color);*/
border: none;
border-radius: var(--border-radius);
padding: 3px var(--input-padding);
@@ -98,7 +97,6 @@ input:hover {
button {
background: var(--input-back-color);
color: var(--links);
- /*border: var(--border-width) solid var(--front-color-0);*/
border: none;
border-radius: var(--border-radius);
margin-top: 0.5em;
@@ -136,7 +134,6 @@ main {
width: 100%;
padding: 5px 0px;
margin: 0px;
- border-bottom: 1px solid var(--front-color-1);
}
.sidebar > h2 > a {
@@ -144,6 +141,11 @@ main {
width: 100%;
}
+.sidebar > h2 > div {
+ display: inline-block;
+ width: 100%;
+}
+
.sidebar > h2 > img {
display: inline;
height: 1em;
@@ -155,7 +157,6 @@ main {
nav {
float: left;
left: 0;
- /*border-right: var(--border-width) solid var(--front-color-1);*/
}
#sidebar-right {
@@ -163,7 +164,6 @@ nav {
margin-right: 0;
text-align: right;
right: 0;
- /*border-left: var(--border-width) solid var(--front-color-1);*/
}
.sidebar > input {
@@ -226,7 +226,6 @@ article {
width: auto;
padding: 50px;
overflow-y: hidden;
- /*border: var(--border-width) solid var(--front-color-0);*/
justify-content: center;
border-radius: var(--border-radius);
}
@@ -269,7 +268,7 @@ img.favicon-big {