Make Edits persist after reload
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user