Fix minor styling issues
This commit is contained in:
parent
3aa4b0cfe2
commit
5302e11905
3 changed files with 8 additions and 1 deletions
|
@ -29,4 +29,5 @@
|
||||||
right: 1em;
|
right: 1em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
<base href="/">
|
<base href="/">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="theme-color" content="#212121">
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -28,8 +28,13 @@ mat-toolbar {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mat-toolbar span {
|
||||||
|
display: inline-block;
|
||||||
|
min-width: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
mat-toolbar a {
|
mat-toolbar a {
|
||||||
padding: 1em;
|
padding: 1em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
mat-toolbar span:nth-child(1) > a {
|
mat-toolbar span:nth-child(1) > a {
|
||||||
|
|
Loading…
Reference in a new issue