Adjusted sidebar button wrapping.

- Added issues/bugs GitHub link to Settings Tab.
This commit is contained in:
Christian Bastian
2024-04-05 01:36:01 -04:00
parent c7148b988e
commit fc5eccb0f8
2 changed files with 19 additions and 9 deletions

View File

@@ -36,8 +36,8 @@
}
.model-manager .sidebar-buttons .sidebar-button-active {
border-color: var(--fg-color);
color: var(--fg-color);
overflow: hidden;
color: var(--input-text);
}
/* common */
@@ -154,6 +154,9 @@
.model-manager .sidebar-buttons {
overflow: hidden;
color: var(--input-text);
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
}
/* main content */