grand-chambery: adapt toplinks css to new markup (#77533)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-05-12 12:04:26 +02:00
parent f29730f88a
commit 03f8ece92a
1 changed files with 2 additions and 3 deletions

View File

@ -72,7 +72,7 @@ div#header {
transform-origin: top left; transform-origin: top left;
transform: skewX(-21deg); transform: skewX(-21deg);
} }
> span { ul {
position: absolute; position: absolute;
display: inline-flex; display: inline-flex;
align-items: text-end; align-items: text-end;
@ -94,9 +94,8 @@ div#header {
overflow: hidden; overflow: hidden;
background-color: currentColor; background-color: currentColor;
margin: 0 .66em; margin: 0 .66em;
} }
> a:last-child { li:last-child {
order: 1; order: 1;
} }
} }