Make images loaded lazily on the repo tags page, as they will not be needed in the read-only (common) case.
This commit is contained in:
parent
8eb9c376cd
commit
23fafa6b4a
7 changed files with 107 additions and 38 deletions
|
@ -1,4 +1,12 @@
|
|||
.tag-operations-dialog .image-id {
|
||||
font-family: Consolas, "Lucida Console", Monaco, monospace;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.tag-operations-dialog .loader-container {
|
||||
height: 10px;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 10px;
|
||||
position: relative;
|
||||
}
|
Reference in a new issue