mirror of https://github.com/vector-im/riot-web
Fix tabbedview breakpoint width (#12556)
Which should be 1024 according to the designs, not 768pull/28217/head
parent
148a360598
commit
e8bb2419c9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue