Merge branch 'main' into feature/336-damage-targeted-resources

This commit is contained in:
Dapoolp 2025-07-18 02:31:20 +02:00
commit b3984a8e5f
57 changed files with 937 additions and 309 deletions

View file

@ -7,12 +7,22 @@
height: 40px;
width: 100%;
.feature-tab {
border: none;
.navigation-container {
display: flex;
align-items: center;
gap: 8px;
a {
color: light-dark(@dark-blue, @golden);
font-family: @font-body;
.navigation-inner-container {
flex: 1;
.feature-tab {
border: none;
a {
color: light-dark(@dark-blue, @golden);
font-family: @font-body;
}
}
}
}
}