teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

CSSの訂正

2017/10/11 01:53

投稿

hiroki0322
hiroki0322

スコア65

answer CHANGED
@@ -6,10 +6,10 @@
6
6
  ```CSS
7
7
  .tabbar {
8
8
  /*height: 49px デフォルト*/
9
- height: 49px !important;
9
+ height: 35px !important;
10
10
  }
11
11
  .tabbar__button {
12
12
  /*height: 49px デフォルト*/
13
- height: 49px !important;
13
+ height: 35px !important;
14
14
  }
15
15
  ```