css renovation 1
This commit is contained in:
parent
2090c3b16c
commit
98fb54a1fe
6 changed files with 20 additions and 14 deletions
|
@ -6,6 +6,7 @@
|
|||
background-color: var(--output-background-color);
|
||||
padding: 1em;
|
||||
margin: 1em;
|
||||
margin-top: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
|
@ -72,4 +73,7 @@
|
|||
|
||||
#copiedText{
|
||||
margin-top: 1em;
|
||||
cursor:default;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue