fix(default.gbui): Logo now showing in any screen.

This commit is contained in:
Rodrigo Rodriguez 2020-01-26 14:50:24 -03:00
parent 99b5a4a2e9
commit 288aea86ba
2 changed files with 6 additions and 8 deletions

View file

@ -53,6 +53,7 @@ const Path = require('path');
* Dialogs for administration tasks.
*/
export class AdminDialog extends IGBDialog {
public static async undeployPackageCommand(text: any, min: GBMinInstance) {
const packageName = text.split(' ')[1];
const importer = new GBImporter(min.core);
@ -60,6 +61,10 @@ export class AdminDialog extends IGBDialog {
await deployer.undeployPackageFromLocalPath(min.instance, urlJoin(GBDeployer.workFolder, packageName));
}
public static async broadcastCommand(text: any, min: GBMinInstance) {
const packageName = text.split(' ')[1];
}
public static isSharePointPath(path: string) {
return path.indexOf('sharepoint.com') > 0;
}

View file

@ -151,7 +151,7 @@ html[dir="ltr"] .ms-Nav-compositeLink.is-selected a:after {
.sidebar {
display: inline-block !important;
background-color: #3f3f3f !important;
height: 13%;
height: 15%;
position: absolute;
top: 1%;
left: 1%;
@ -162,7 +162,6 @@ html[dir="ltr"] .ms-Nav-compositeLink.is-selected a:after {
.tittleSideBarMenu {
color: white;
text-align: center;
margin-top: 10px;
}
.iconMenu {
@ -192,12 +191,6 @@ html[dir="ltr"] .ms-Nav-compositeLink.is-selected a:after {
}
}
@media screen and (max-height: 684px) {
.tittleSideBarMenu {
display: none;
}
}
.iconText:hover {