overhaul the whole browser section to better reflect the goals of the project.

This commit is contained in:
hankhill19580
2019-11-22 07:03:47 +00:00
parent d9c2d173e9
commit 813b6486e8
9 changed files with 193 additions and 121 deletions

View File

@@ -804,6 +804,16 @@ div#content .qrcode:hover {
transform: scale(5) translateX(20px);
}
div#content .screenshot {
transition: transform .3s;
width: 50px;
height: 50px;
}
div#content .screenshot:hover {
transform: scale(5) translateX(30px);
}
div#content .emaillabel {
width: 25%;
display: inline-block;