mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
take out Evandre changes
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
|
||||
<ion-tabs class="tab" >
|
||||
<div *ngIf="platform.is('mobile') || platform.is('mobileweb')">
|
||||
|
||||
<ion-tab-bar *ngIf="p.userPermissionCount([permissionList.Agenda.access, permissionList.Gabinete.access, permissionList.Actions.access, permissionList.Chat.access]) >= 2 || (p.userPermission([permissionList.Agenda.access]) && loggeduser.OwnerCalendars.length != 0) || p.userPermission([permissionList.Gabinete.access])" class="bottoms" slot="bottom">
|
||||
|
||||
@@ -42,7 +41,6 @@
|
||||
|
||||
</ion-tab-bar>
|
||||
|
||||
</div>
|
||||
</ion-tabs>
|
||||
|
||||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
@@ -40,12 +40,12 @@ ion-badge {/* */
|
||||
}
|
||||
|
||||
|
||||
// @media only screen and (min-width: 1366px) {
|
||||
@media only screen and (min-width: 1366px) {
|
||||
|
||||
// ion-tabs.tab .bottoms{
|
||||
// display: none;
|
||||
// }
|
||||
// }
|
||||
ion-tabs.tab .bottoms{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
ion-tab-button.active{
|
||||
|
||||
@@ -650,7 +650,6 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
|
||||
temporaryData: formData,
|
||||
attachments: [{
|
||||
"title": capturedImageTitle,
|
||||
//"image_url": capturedImage, // rocketchat
|
||||
"text": "description",
|
||||
"title_link_download": false,
|
||||
}]
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div *ngIf="this.platform.is('desktop')" class="desktop mx-20">
|
||||
<div class="desktop mx-20">
|
||||
<div class="d-flex justify-space-between align-center">
|
||||
<div tab="events" class="div-logo height-fit-content">
|
||||
<div class="logo-icon">
|
||||
|
||||
@@ -121,16 +121,17 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
// @media only screen and (min-width: 1366px) {
|
||||
@media only screen and (min-width: 1366px) {
|
||||
|
||||
// .mobile{
|
||||
// display: none !important;
|
||||
// }
|
||||
// .desktop{
|
||||
// display: block;
|
||||
// }
|
||||
.mobile{
|
||||
display: none !important;
|
||||
}
|
||||
.desktop{
|
||||
display: block;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// }
|
||||
.mobile{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user