1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Fix tabbedview breakpoint width (#12556)

Which should be 1024 according to the designs, not 768
This commit is contained in:
David Baker
2024-05-28 11:59:31 +01:00
committed by GitHub
parent 148a360598
commit e8bb2419c9

View File

@ -167,7 +167,7 @@ limitations under the License.
}
/* Hide the labels on tabs, showing only the icons, on narrow viewports. */
@media (max-width: 768px) {
@media (max-width: 1024px) {
.mx_TabbedView_tabsOnLeft.mx_TabbedView_responsive {
.mx_TabbedView_tabLabel_text {
display: none;