Procházet zdrojové kódy

Fix empty column explainer getting cropped under certain conditions (#28337)

Claire před 6 měsíci
rodič
revize
7abc61887f
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  1. 0 5
      app/javascript/styles/mastodon/components.scss

+ 0 - 5
app/javascript/styles/mastodon/components.scss

@@ -4493,11 +4493,6 @@ a.status-card {
   align-items: center;
   justify-content: center;
 
-  @supports (display: grid) {
-    // hack to fix Chrome <57
-    contain: strict;
-  }
-
   & > span {
     max-width: 500px;
   }