2020-03-29 03:28:36 +00:00
|
|
|
:host {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
mat-tab-group {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2020-06-02 16:13:30 +00:00
|
|
|
#nav-buttons {
|
|
|
|
|
display: flex;
|
2020-03-29 03:28:36 +00:00
|
|
|
position: absolute;
|
2020-06-02 16:13:30 +00:00
|
|
|
top: 0px;
|
|
|
|
|
left: 0px;
|
2020-03-29 03:28:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#app-angular-version {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 8px;
|
|
|
|
|
right: 10px;
|
2020-08-24 20:19:37 +00:00
|
|
|
font-size: 0.8em;
|
2020-03-29 03:28:36 +00:00
|
|
|
font-weight: bold;
|
2020-08-24 20:19:37 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#version-number {
|
|
|
|
|
color: #3f51b5;
|
|
|
|
|
cursor: text;
|
|
|
|
|
-moz-user-select: text;
|
|
|
|
|
-khtml-user-select: text;
|
|
|
|
|
-webkit-user-select: text;
|
|
|
|
|
-ms-user-select: text;
|
|
|
|
|
user-select: text;
|
2020-03-29 03:28:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::ng-deep {
|
2020-06-02 16:13:30 +00:00
|
|
|
.mat-icon-button {
|
|
|
|
|
height: 30px !important;
|
|
|
|
|
width: 30px !important;
|
|
|
|
|
line-height: 30px !important;
|
|
|
|
|
margin-right: 5px !important;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-29 03:28:36 +00:00
|
|
|
.mat-tab-body-wrapper {
|
2020-05-06 23:36:20 +00:00
|
|
|
height: calc(100% - 31px);
|
2020-03-29 03:28:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mat-tab-header {
|
|
|
|
|
height: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mat-tab-label-container {
|
2020-05-07 03:21:32 +00:00
|
|
|
margin-left: 125px;
|
2020-03-29 03:28:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
mat-tab-header {
|
|
|
|
|
.mat-tab-label {
|
|
|
|
|
min-width: unset;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
height: 30px;
|
2020-08-24 20:19:37 +00:00
|
|
|
font-size: 0.9em;
|
2020-03-29 03:28:36 +00:00
|
|
|
padding: 0px 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-05-07 03:21:32 +00:00
|
|
|
|
|
|
|
|
.menu {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 60px;
|
|
|
|
|
top: -3px;
|
2020-08-24 20:19:37 +00:00
|
|
|
font-size: 1.5em;
|
2020-05-07 03:21:32 +00:00
|
|
|
outline: none;
|
|
|
|
|
width: 13px;
|
|
|
|
|
height: 33px;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::ng-deep {
|
2020-08-08 20:30:28 +00:00
|
|
|
.options-menu {
|
|
|
|
|
padding: 1rem 1.25rem;
|
2020-05-07 03:21:32 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menu-toggle-button {
|
2020-08-24 20:19:37 +00:00
|
|
|
font-size: 0.7em;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #777;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:host-context(.dark-theme) {
|
|
|
|
|
#version-number {
|
|
|
|
|
color: #5CAACE;
|
|
|
|
|
}
|
2020-05-07 03:21:32 +00:00
|
|
|
}
|
2020-08-21 15:57:46 +00:00
|
|
|
|
|
|
|
|
::ng-deep body.dark-theme .menu-toggle-button {
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
2020-08-24 20:19:37 +00:00
|
|
|
|
|
|
|
|
@media only screen and (max-width: 525px) {
|
|
|
|
|
#app-angular-version {
|
2020-08-25 11:23:39 +00:00
|
|
|
max-width: 135px;
|
2020-08-24 20:19:37 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 420px) {
|
|
|
|
|
#app-angular-version {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|