mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
refactor: adjust alignment and styling of schedule actions buttons in dialog
This commit is contained in:
parent
25c0c2764a
commit
45ec227da7
1 changed files with 17 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ mat-dialog-content {
|
|||
.schedule-actions {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-items: stretch;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding-bottom: 8px;
|
||||
|
|
@ -129,6 +129,15 @@ mat-dialog-content {
|
|||
flex: 1 1 0;
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
min-height: 32px;
|
||||
white-space: normal;
|
||||
word-break: break-word;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.mat-stroked-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.schedule-actions button:not(:last-child) {
|
||||
|
|
@ -139,3 +148,10 @@ mat-dialog-content {
|
|||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.schedule-actions button,
|
||||
.dialog-cancel-btn {
|
||||
white-space: normal;
|
||||
word-break: break-word;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue