[Rt-commit] rt branch, 4.6/fix-subject-overflow, repushed

? sunnavy sunnavy at bestpractical.com
Mon Dec 30 14:48:10 EST 2019


The branch 4.6/fix-subject-overflow was deleted and repushed:
       was 86a1cf5aa11d8f946ddc09a48daae73942ec2524
       now 69c6a51c8c98c52c71db229602f5beb76d74ed4a

1: c3e6e39cef ! 1: 11e61b0589 Support arbitrary height of #header to show long wrapped subject
    @@ -10,9 +10,7 @@
         first row("#app-nav", "#topactions", etc.), corresponding setting is
         moved to "#quickbar".
         
    -    For short subjects, the only visible change is the whole header part of
    -    the page is a tiny bit denser vertically(about 8px), which is an extra
    -    small tweak.
    +    For short subjects, the UI is the same as before.
     
     diff --git a/share/static/css/elevator-light/layout.css b/share/static/css/elevator-light/layout.css
     --- a/share/static/css/elevator-light/layout.css
    @@ -28,6 +26,7 @@
     -}
     -
      div#body {
    ++    margin-top: 0.3em;
          padding: 0 2.5em;
     -    margin-top: 4em;
     -    margin-right: 0;
    @@ -40,7 +39,7 @@
          padding-left: 1em;
          padding-bottom: 0.5em;
     -    height: 1em;
    -+    height: 3em;
    ++    height: 3rem;
     +    box-shadow: 0px 3px 6px #70899929;
      }
      
    @@ -51,6 +50,7 @@
     -    right: 0;
     -    height: 3.2em;
     +    margin-top: 1em;
    ++    padding-bottom: 0.2em;
          border-bottom-color: #547CCC;
          border-bottom-width: 2px;
          border-bottom-style: solid;
    @@ -67,7 +67,7 @@
     -    overflow: hidden;
     -    text-overflow: ellipsis;
     +    padding-left: 2em;
    -+    padding-top: 5px;
    ++    padding-top: 0.2rem;
      }
      
      h1 {
2: 27f39dc6d3 = 2: 1d56219a61 Drop withLogo arg from rebalanceOverflowMenu
3: cfdff464bf ! 3: 69c6a51c8c Dynamically adjust width for subject and page menu
    @@ -43,9 +43,8 @@
     @@
          font-size: 1.4em;
          padding-left: 2em;
    -     padding-top: 5px;
    +     padding-top: 0.2rem;
     +    display: inline-block;
      }
      
      h1 {
    -
4: 8e49f24a3b < -:  ------- Drop the workaround of a weird issue on really-old version of chrome
5: 86a1cf5aa1 < -:  ------- Vertically align header elements including menus/topactions/subject



More information about the rt-commit mailing list