Skip to content

Commit

Permalink
Merge pull request #2 from ThalesAugusto0/fix/textarea-styling-add-li…
Browse files Browse the repository at this point in the history
…nk-main-page

Fix: Corrected textarea styling and added link that leads to the repository
  • Loading branch information
eddieoz authored May 13, 2024
2 parents 852f34f + 5faa21d commit 970f7a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/keys.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
}
textarea {
font-family: monospace;
resize: none;
}
button {
background-color: #007bff;
Expand Down
11 changes: 9 additions & 2 deletions src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
margin-right: 10px;
}
.card {
margin: 20px 0;
margin-top: 20px;
padding: 20px;
background-color: #f9f9f9;
border: 1px solid #ddd;
Expand All @@ -43,6 +43,7 @@
font-size: 16px;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box;
}
input[type="password"] {
margin: 10px 0;
Expand All @@ -59,10 +60,16 @@
img {
padding: 20px;
}
a {
text-decoration: none;
color: inherit;
}
</style>
</head>
<body>
<h2><img src="/imgs/icon48.png" alt="OpenXrypt Logo" />OpenXrypt</h2>
<h2><img src="/imgs/icon48.png" alt="OpenXrypt Logo" />
<a href="https://github.com/eddieoz/openxrypt" target="_blank">OpenXrypt</a>
</h2>
<div class="card">
<button id="encrypt">Encrypt</button>
<button id="addKey">Manage Keys</button>
Expand Down
1 change: 1 addition & 0 deletions src/show_key.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
margin-top: 10px;
border: 1px solid #ddd;
border-radius: 4px;
resize: none;
}
</style>
</head>
Expand Down

0 comments on commit 970f7a2

Please sign in to comment.