Selaa lähdekoodia

Make more-threads component more mobile responsive

sbkwgh 8 vuotta sitten
vanhempi
commit
c26265fbca
1 muutettua tiedostoa jossa 11 lisäystä ja 0 poistoa
  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>