Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Minor CSS tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Feb 1, 2019
1 parent 4036e52 commit b12b731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion res/css/structures/_TabbedView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,4 @@ limitations under the License.
flex-grow: 1;
overflow: auto;
min-height: 0; // firefox

}
3 changes: 2 additions & 1 deletion res/css/views/dialogs/_SettingsDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ limitations under the License.
}

.mx_TabbedView .mx_SettingsTab {
max-width: calc(100% - 130px); // 130px right hand padding
box-sizing: border-box;
padding-right: 130px;

// Put some padding on the bottom to avoid the settings tab from
// colliding harshly with the dialog when scrolled down.
Expand Down

0 comments on commit b12b731

Please sign in to comment.