mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-12 19:50:04 +05:00
make certificate view responsive
This commit is contained in:
parent
542a8c07bd
commit
ddd8b0b241
@ -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();
|
||||
|
||||
@ -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
Loading…
Reference in New Issue
Block a user