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

Fix text overflows button on Home page #6898

Merged
merged 3 commits into from
Oct 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion res/css/structures/_HomePage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,15 @@ limitations under the License.
}

.mx_HomePage_default_buttons {
display: flex;
margin: 60px auto 0;
width: fit-content;

.mx_AccessibleButton {
padding: 73px 8px 15px; // top: 20px top padding + 40px icon + 13px margin

width: 160px;
height: 132px;
oliver-pham marked this conversation as resolved.
Show resolved Hide resolved
min-height: 132px;
margin: 20px;
position: relative;
display: inline-block;
Expand Down