Adjusted sidebar button wrapping.
- Added issues/bugs GitHub link to Settings Tab.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user