FIx theme, reduce button size
This commit is contained in:
@@ -21,7 +21,8 @@
|
|||||||
"polyfills": [
|
"polyfills": [
|
||||||
],
|
],
|
||||||
"tsConfig": "tsconfig.app.json",
|
"tsConfig": "tsconfig.app.json",
|
||||||
"assets": ["src/assets"]
|
"assets": ["src/assets"],
|
||||||
|
"styles": ["src/styles.scss"]
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
@@ -50,7 +51,7 @@
|
|||||||
"serve": {
|
"serve": {
|
||||||
"builder": "@angular/build:dev-server",
|
"builder": "@angular/build:dev-server",
|
||||||
"options": {
|
"options": {
|
||||||
"port": 1420
|
"port": 4200
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
import { Field as FieldDescriptor } from "protobufjs";
|
|
||||||
|
|
||||||
interface Field<T> {
|
|
||||||
fieldDescriptor: FieldDescriptor;
|
|
||||||
value?: T;
|
|
||||||
}
|
|
||||||
|
|
||||||
interface Message {
|
|
||||||
// messageDescriptor:
|
|
||||||
fields: Field<any>[];
|
|
||||||
}
|
|
||||||
@@ -15,4 +15,5 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
--mat-tree-node-min-height: 24px;
|
--mat-tree-node-min-height: 24px;
|
||||||
--mat-tree-node-text-size: 14px;
|
--mat-tree-node-text-size: 14px;
|
||||||
|
--mdc-icon-button-state-layer-size: 24px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user