Changeset 35794


Ignore:
Timestamp:
2021-12-10T14:06:14+13:00 (2 years ago)
Author:
cstephen
Message:

Improve layout in ocr.xsl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/transform/pages/ocr.xsl

    r35788 r35794  
    4141   
    4242    <xsl:template name="atea-ocr">
    43         <link rel="icon" href="interfaces/{$interface_name}/ocr/dist/favicon.ico" />
     43        <link rel="icon" href="interfaces/{$interface_name}/ocr/dist/favicon.png" />
    4444        <link href="interfaces/{$interface_name}/ocr/dist/css/app.css" rel="preload" as="style" />
    4545        <link href="interfaces/{$interface_name}/ocr/dist/js/app.js" rel="preload" as="script" />
     
    5252            }
    5353
     54            body {
     55                display: flex;
     56                flex-direction: column;
     57                align-items: stretch;
     58            }
     59
    5460            #container {
    5561                background-color: var(--page-bg-color);
    5662                line-height: initial;
     63                flex-grow: 1;
     64                max-width: none;
     65                margin: 0;
    5766            }
    5867           
     
    6069                padding: 0;
    6170                background-color: var(--page-bg-color);
     71                height: 100%;
    6272            }
    6373           
     
    6777
    6878            #topArea {
    69                 padding: 0.5em;
     79                margin: 0;
     80                max-width: none;
    7081                background-color: rgb(var(--primary-bg-color));
    7182            }
Note: See TracChangeset for help on using the changeset viewer.