mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 07:19:50 -04:00
tweak css
This commit is contained in:
parent
d0424ea413
commit
2ddbc4e7b6
@ -12,6 +12,16 @@
|
||||
}
|
||||
|
||||
.content {
|
||||
min-width: 75vw;
|
||||
max-height: 75vh;
|
||||
max-width: 800px;
|
||||
|
||||
font-size: var(--card-font-size);
|
||||
font-family: var(--card-font-family);
|
||||
line-height: calc(var(--card-font-size) + 0.5rem);
|
||||
}
|
||||
|
||||
mat-toolbar {
|
||||
margin: -24px -24px 12px -24px;
|
||||
padding: 0px 16px 0px 16px;
|
||||
width: auto;
|
||||
}
|
||||
|
@ -48,3 +48,8 @@ mat-card {
|
||||
height: calc(100vh - 66px);
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
mat-toolbar {
|
||||
padding-left: 9px !important;
|
||||
padding-right: 9px !important;
|
||||
}
|
||||
|
@ -98,10 +98,6 @@ mat-toolbar {
|
||||
0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.mat-toolbar-single-row {
|
||||
padding-left: 9px !important;
|
||||
padding-right: 9px !important;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user