tweak css

This commit is contained in:
Jason Wall 2020-08-29 00:58:10 -04:00
parent d0424ea413
commit 2ddbc4e7b6
3 changed files with 16 additions and 5 deletions

View File

@ -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;
}

View File

@ -48,3 +48,8 @@ mat-card {
height: calc(100vh - 66px);
margin-top: 2px;
}
mat-toolbar {
padding-left: 9px !important;
padding-right: 9px !important;
}

View File

@ -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;