From 20bb90ced60fdac4ca254b43dad5615b1549da26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81=E3=81=BC=E5=8E=9F?= Date: Wed, 27 Jun 2018 03:35:11 +0900 Subject: [PATCH] On the mobile UI, move the search column to the right (#7877) --- app/javascript/mastodon/features/ui/components/tabs_bar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/ui/components/tabs_bar.js b/app/javascript/mastodon/features/ui/components/tabs_bar.js index ed6de6f39..60bc56eef 100644 --- a/app/javascript/mastodon/features/ui/components/tabs_bar.js +++ b/app/javascript/mastodon/features/ui/components/tabs_bar.js @@ -8,10 +8,10 @@ import { isUserTouching } from '../../../is_mobile'; export const links = [ , , - , , , + , , ];