diff --git a/web/src/app/app.php b/web/src/app/app.php index 8934966..e3d2d83 100644 --- a/web/src/app/app.php +++ b/web/src/app/app.php @@ -24,7 +24,7 @@ $width = '40em';
-
diff --git a/web/src/app/css/app.css b/web/src/app/css/app.css index cfd625f..81b9dfa 100644 --- a/web/src/app/css/app.css +++ b/web/src/app/css/app.css @@ -107,8 +107,6 @@ main { .meet.item { max-width: 40em; - margin-bottom: 1em; - border-radius: .2em; } .meet.item .back-avatar { display: grid; @@ -125,8 +123,6 @@ main { @media (max-width: 700px) { .meet.item .status-avatar img { max-width: 20em !important; - position: relative; - top: -3em; } } .meet.item .black { @@ -189,9 +185,6 @@ main { padding-bottom: .8em; } -.meet.item .content { - display: grid; -} .item .acct { font-size: .8em; opacity: .7; diff --git a/web/src/app/js/app.js b/web/src/app/js/app.js index a7be64d..fecd098 100644 --- a/web/src/app/js/app.js +++ b/web/src/app/js/app.js @@ -323,9 +323,3 @@ window.onhashchange = function(e) { return cfg.callback(args); } } - -window.addEventListener('resize', function(e) { - document.querySelectorAll('.overlay').forEach(function(node) { - node.style.height = window.innerHeight; - }); -}) diff --git a/web/src/app/js/templates/meet/item.html b/web/src/app/js/templates/meet/item.html index db2e6e8..e163671 100644 --- a/web/src/app/js/templates/meet/item.html +++ b/web/src/app/js/templates/meet/item.html @@ -1,18 +1,18 @@