Skip to content

Commit

Permalink
fix(addon-mobile): correct height for tui-app-bar on ios/android
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 14, 2024
1 parent 543acfa commit 86e8df1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/addon-mobile/styles/android/app-bar.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
tui-app-bar {
text-align: start;
font: var(--tui-font-heading-6);
block-size: 3.5rem;

> .t-content {
position: static;
Expand Down
5 changes: 5 additions & 0 deletions projects/addon-mobile/styles/ios/app-bar.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import '@taiga-ui/core/styles/taiga-ui-local.less';

tui-app-bar {
block-size: 2.75rem;
}
1 change: 1 addition & 0 deletions projects/addon-mobile/styles/taiga-ui-mobile.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
}

[data-platform='ios'] {
@import './ios/app-bar';
@import './ios/checkbox';
@import './ios/search';
@import './ios/switch';
Expand Down

0 comments on commit 86e8df1

Please sign in to comment.