Skip to content

Instantly share code, notes, and snippets.

@kk6
Created January 27, 2017 06:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kk6/927e435cd307cb719cdc1f62cd0668e6 to your computer and use it in GitHub Desktop.
Save kk6/927e435cd307cb719cdc1f62cd0668e6 to your computer and use it in GitHub Desktop.
twitterのタブを並び替えるユーザースタイルシート
.nav {
display: flex;
}
.home {
order: 1;
}
.moments {
order: 3;
}
.notifications {
order: 2;
}
.dm-nav {
order: 4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment