diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2022-07-24 16:06:12 +0200 | 
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2022-07-24 16:06:12 +0200 | 
| commit | 3ac44da69c5984bdb3e51232cde923c07b9559cf (patch) | |
| tree | 04fa0616b4ce6f431373b4e6b5ee3d4fd7a1144a /app | |
| parent | 98219953d4d1fbd399d7e3c61d9bb996dc133e3e (diff) | |
Styles.
Diffstat (limited to 'app')
| -rw-r--r-- | app/static/styles/style.css | 30 | 
1 files changed, 8 insertions, 22 deletions
| diff --git a/app/static/styles/style.css b/app/static/styles/style.css index 328a1aa..a07d423 100644 --- a/app/static/styles/style.css +++ b/app/static/styles/style.css @@ -33,39 +33,27 @@ body {  h1 { -    margin: 0.25em; +    margin: 0; +    padding: 0.5em 0; +    vertical-align: baseline; +    display: inline;  }  nav { -    /* display: flex; */      background: darkgrey;      color: white; -    /* margin: 0.5em; */ -    padding: 0 0.5em; -    /* justify-content: space-between; */ +    padding: 0 0.25em;  }  nav#user { -    /* background: red; */      display: flex;      justify-content: space-between; -} - -nav#user ul { -    justify-content: end; -} - -nav#modules { -    /* left: 0; */ -} - -nav#actions { -    top: 0;      position: sticky; +    top: 0;  } - -nav ul { +nav#user ul { +    justify-content: center;      display: flex;      flex-wrap: wrap;      margin: 0; @@ -75,8 +63,6 @@ nav ul {  nav ul li {      margin: 0.25em; -    /* margin: 0 0 0.5em 0; */ -    /* padding: 0.5em 0; */  } | 
