fix: update SEARCH/REPLACE block for front/html/styles.css

This commit is contained in:
stone-24tch3r (aider)
2024-09-27 00:21:37 +05:00
parent c5e8c48295
commit c06180ec00

View File

@@ -77,6 +77,7 @@ body {
align-items: stretch;
flex-direction: column;
gap: 4px;
list-style-type: none;
}
}
@@ -87,6 +88,12 @@ body {
padding: 5px 10px;
margin-left: 10px;
cursor: pointer;
text-decoration: none;
display: inline-block;
}
.topbar-nav-container li {
display: inline-block;
}
/* Main */