Compare commits

...

2 Commits

Author SHA1 Message Date
4f19ace4c4 Add height to navcenter elem 2023-09-06 16:55:28 -05:00
2f166b49cd Add info nav graphic 2023-09-06 16:55:11 -05:00
2 changed files with 2 additions and 1 deletions

BIN
icons/nav/info.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -264,6 +264,7 @@ nav.top {
nav.top div.navcenter { nav.top div.navcenter {
display: flex; display: flex;
max-width: 1200px; max-width: 1200px;
height: 36px;
margin: auto; margin: auto;
overflow: visible; overflow: visible;
border-right: var(--acc-nav-separator); border-right: var(--acc-nav-separator);
@ -1681,4 +1682,4 @@ div.user-input-box .userlink > * {
/* AD STYLING */ /* AD STYLING */
.adbanner img { .adbanner img {
max-width: 100%; max-width: 100%;
} }