]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/common.scss
fix IRC message parser
[alttp.git] / resources / sass / common.scss
index 8fe76bbf588ac5c871dff2d3690e0b2ed34441f6..1f73fb450a0c0ca07ba6390e6393f6ad7625b98f 100644 (file)
@@ -11,6 +11,18 @@ h1 {
        margin-bottom: 2rem;
 }
 
+.aspect-box-container {
+       position: relative;
+       padding-top: 100%;
+}
+.aspect-box-content {
+       position: absolute;
+       top: 0;
+       left: 0;
+       width: 100%;
+       height: 100%;
+}
+
 .button-bar {
        margin: -0.5ex;
        > * {
@@ -271,8 +283,6 @@ h1 {
                display: inline-block;
                width: 100%;
                height: 100%;
-               background: url(/items-v1.png);
-               background-size: 800% 1100%;
        }
        .strike {
                position: absolute;