make certificate view responsive

This commit is contained in:
Mohammed Saud 2023-11-10 17:40:28 +05:30
parent 542a8c07bd
commit ddd8b0b241
3 changed files with 3 additions and 4 deletions

View File

@ -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();

View File

@ -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;

File diff suppressed because one or more lines are too long