Relax checksum test in disk.restore()
This commit is contained in:
parent
a54cbeeba8
commit
605146075b
12 changed files with 1108 additions and 1080 deletions
|
|
@ -126,6 +126,7 @@ pre a, code a {
|
|||
width: 140px; /* should be <= margin-left of common-main */
|
||||
padding-bottom: 20px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.common-list {
|
||||
|
|
@ -237,6 +238,7 @@ pre a, code a {
|
|||
*/
|
||||
.common-sidebar {
|
||||
width: 100%;
|
||||
white-space: normal;
|
||||
}
|
||||
.common-list {
|
||||
padding-left: 0;
|
||||
|
|
@ -264,4 +266,4 @@ pre a, code a {
|
|||
.md-list-none {
|
||||
padding-left: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue