Skip to content

Commit

Permalink
Merge pull request #89 from rottencandy/fix-cert-view
Browse files Browse the repository at this point in the history
Make certificate view responsive
  • Loading branch information
csoler committed Nov 10, 2023
2 parents d4858fe + ddd8b0b commit dae0c13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions webui-src/app/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ const retroshareId = () => {
'textarea[readonly].textArea',
{
id: 'retroId',
rows: 1,
cols: v.attrs.ownCert.substring(31).length + 2,
placeholder: 'certificate',
onclick: () => {
document.getElementById('retroId').select();
Expand Down
3 changes: 2 additions & 1 deletion webui-src/app/scss/pages/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@
background: transparentize($dark-color, 0.95);
& .textArea {
padding: 0;
width: 100%;
min-height: 75px;
font-size: 1rem;
font-family: monospace;
box-sizing: none;
background: transparent;
font-size: 1.1rem;
border-radius: 5px;
Expand Down
2 changes: 1 addition & 1 deletion webui-src/styles.css

Large diffs are not rendered by default.

0 comments on commit dae0c13

Please sign in to comment.