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 authored Sep 17, 2024
1 parent c13e925 commit a669fd6
Show file tree
Hide file tree
Showing 3 changed files with 5 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
3 changes: 3 additions & 0 deletions projects/addon-mobile/styles/ios/app-bar.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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 a669fd6

Please sign in to comment.