This is an automated email from the ASF dual-hosted git repository.

piotrz pushed a commit to branch feature/formitemview_cleanup
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/formitemview_cleanup 
by this push:
     new 3cdac91  fix topappbar layout for the new changes
     new 84c5e85  Merge branch 'develop' into feature/formitemview_cleanup
3cdac91 is described below

commit 3cdac91b1c98469566f8b54b398ea477b99ac1da
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Jan 29 16:09:16 2019 +0100

    fix topappbar layout for the new changes
---
 frameworks/projects/Jewel/src/main/resources/defaults.css          | 1 -
 frameworks/projects/Jewel/src/main/sass/components/_topappbar.sass | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css 
b/frameworks/projects/Jewel/src/main/resources/defaults.css
index 3b56fa6..681d024 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -3790,7 +3790,6 @@ j|TitleBar {
   align-items: center;
   min-width: 0;
   z-index: 1;
-  justify-content: flex-start;
   order: -1;
 }
 .jewel.topappbar .jewel.barsection button {
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_topappbar.sass 
b/frameworks/projects/Jewel/src/main/sass/components/_topappbar.sass
index 78c70ad..c2037d1 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_topappbar.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_topappbar.sass
@@ -50,7 +50,7 @@ $top-app-bar-button-size: 48px
         align-items: center
         min-width: 0
         z-index: 1
-        justify-content: flex-start
+        // justify-content: flex-start
         order: -1
 
         // &.alignRight

Reply via email to