mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 23:39:50 -04:00
fix strongs modal
This commit is contained in:
parent
82159cc84c
commit
4bbc50cf37
@ -16,6 +16,7 @@
|
|||||||
</mat-toolbar>
|
</mat-toolbar>
|
||||||
</div>
|
</div>
|
||||||
<mat-dialog-content class="content">
|
<mat-dialog-content class="content">
|
||||||
|
<br />
|
||||||
<app-strongs
|
<app-strongs
|
||||||
[data]="cardItem.data"
|
[data]="cardItem.data"
|
||||||
(onOpenPassage)="openPassage($event)"
|
(onOpenPassage)="openPassage($event)"
|
||||||
|
@ -12,16 +12,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
max-height: 75vh;
|
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
|
|
||||||
font-size: var(--card-font-size);
|
font-size: var(--card-font-size);
|
||||||
font-family: var(--card-font-family);
|
font-family: var(--card-font-family);
|
||||||
line-height: calc(var(--card-font-size) + 0.5rem);
|
line-height: calc(var(--card-font-size) + 0.5rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
mat-toolbar {
|
mat-toolbar {
|
||||||
margin: -24px -24px 12px -24px;
|
|
||||||
padding: 0px 16px 0px 16px;
|
padding: 0px 16px 0px 16px;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
@ -187,9 +187,12 @@ p {
|
|||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
.mat-dialog-content {
|
.mat-dialog-content {
|
||||||
padding: 12px !important;
|
padding: 0 12px !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
.mat-dialog-title {
|
||||||
|
margin: 0 0 2px !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 500px) {
|
@media screen and (max-width: 500px) {
|
||||||
.cdk-overlay-pane {
|
.cdk-overlay-pane {
|
||||||
@ -198,6 +201,6 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mat-dialog-content {
|
.mat-dialog-content {
|
||||||
max-height: 85vh !important;
|
max-height: 95vh !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user