diff --git a/web/app/components/explore/app-card/style.module.css b/web/app/components/explore/app-card/style.module.css index 895d200ef6..dc0b96e448 100644 --- a/web/app/components/explore/app-card/style.module.css +++ b/web/app/components/explore/app-card/style.module.css @@ -2,11 +2,12 @@ min-width: 312px; } -.opWrap { +.mode { display: flex; + height: 28px; } -.mode { +.opWrap { display: none; }