feat(FN-4149): normalize mobile toolbar sizing and add touch target coverag
Added test coverage for mobile toolbar touch target CSS and normalized mobile toolbar sizing in the FileBrowser component. Fusion-Task-Id: FN-4149
This commit is contained in:
@@ -390,7 +390,7 @@
|
||||
}
|
||||
|
||||
.file-editor-toolbar {
|
||||
align-items: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.file-editor-toolbar-actions {
|
||||
@@ -400,6 +400,7 @@
|
||||
|
||||
.file-editor-toolbar-actions .btn {
|
||||
min-height: var(--mobile-nav-height);
|
||||
min-width: var(--mobile-nav-height);
|
||||
}
|
||||
|
||||
.file-browser-modal-header .modal-close {
|
||||
|
||||
Reference in New Issue
Block a user