Explorar o código

Make more-threads component more mobile responsive

sbkwgh %!s(int64=8) %!d(string=hai) anos
pai
achega
c26265fbca
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      frontend/src/components/MoreThreads.vue

+ 11 - 0
frontend/src/components/MoreThreads.vue

@@ -102,4 +102,15 @@
 			font-size: 1.5rem;
 		}
 	}
+
+	@media (max-width: 420px) {
+		.more_threads {
+			width: 100%;
+			margin-bottom: -6.5rem;
+
+			@at-root #{&}__empty {
+				margin-top: 0;
+			}
+		}
+	} 
 </style>