Skip to content
Snippets Groups Projects
Commit d3a0c8ac authored by Florian Sesser's avatar Florian Sesser
Browse files

Give the modal dialogs a bit less bottom padding

Give modal dialogs slightly less bottom padding.

I believe this was already fixed in a later version of Material Design
Components for the Web - which we don't use because it introduced more
bugs.

Fixes #75.
parent 9c930875
No related branches found
No related tags found
1 merge request!63Give the modal dialogs a bit less bottom padding
Checking pipeline status
......@@ -66,3 +66,8 @@ main.magic-folder-page button[aria-label="Add"] {
bottom: 32px;
background-color: #6200ee; /* This is our primary color. MDC default to the secondary color for FABs for some reason? */
}
.mdc-dialog__title+.mdc-dialog__content, .mdc-dialog__header+.mdc-dialog__content {
padding-bottom: 8px; /* Give the modal dialogs a bit less saggy bottoms, 8px instead of 20px */
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment