Make Edits persist after reload

This commit is contained in:
2020-12-26 15:07:14 +01:00
parent de10d8968b
commit 1701a5ea08
4 changed files with 435 additions and 129 deletions

View File

@ -127,6 +127,8 @@ button {
flex-direction: column;
position: relative;
/*top: 0;
left: 0;*/
}
.pc .section h1.header {
@ -146,7 +148,7 @@ button {
overflow-x: auto;
overflow-y: scroll;
position: relative;
/*position: relative;*/
/* max-height: 60%; */
padding: 0;
@ -246,12 +248,12 @@ th.address {
.pc .controls .checker {
display: inline-flex;
align-items: center;
padding-left: 3.5em;
padding-left: 3em;
}
.pc .controls .checker label {
display: inline;
font-size: 0.8em;
/*font-size: 0.8em;*/
white-space: initial;
white-space: break-spaces;
text-transform: none;
@ -385,7 +387,7 @@ th.address {
.pc .databus,
.pc .addressbus{
position: relative;
/*position: relative;*/
text-align: left;
margin: 0;