FIX: Compressed images, removed most content layout shifting.

This commit is contained in:
MajorDroolz
2023-01-06 23:26:00 -05:00
parent 9697866181
commit d2f424a7c9
16 changed files with 24 additions and 16 deletions

View File

@@ -12,6 +12,7 @@ body {
box-sizing: border-box;
margin: auto;
padding: 0 20px;
line-height: 1.2;
}
/*----------------------------------------------------------------------------*/
@@ -51,12 +52,14 @@ button {
font-family: 'Material Symbols Outlined';
content: attr(data-i);
font-size: 36px;
width: 1em;
margin-right: 5px;
}
.r-icon::after {
font-family: 'Material Symbols Outlined';
content: attr(data-i);
width: 1em;
margin-left: 5px;
}

View File

@@ -75,4 +75,9 @@
#image-inner {
max-width: 100%;
max-height: 100%;
}
#close-icon {
font-size: 36px;
line-height: 1;
}