Reformat styles
| @@ -3963,8 +3963,10 @@ input[type="range"]::-webkit-slider-thumb { | ||
| 3963 | 3963 | opacity: 0.5; |
| 3964 | 3964 | margin: 0 5px; |
| 3965 | 3965 | text-align: center; |
| 3966 | -/* border-radius: 100%; | |
| 3966 | + /* | |
| 3967 | - box-shadow: 0 0 3px black; */ | |
| 3967 | + border-radius: 100%; | |
| 3968 | + box-shadow: 0 0 3px black; | |
| 3969 | + */ | |
| 3968 | 3970 | transition: all 250ms; |
| 3969 | 3971 | } |
| 3970 | 3972 | |
| @@ -5581,7 +5583,8 @@ body:not(.movingUI) .drawer-content.maximized { | ||
| 5581 | 5583 | .model-card:hover { |
| 5582 | 5584 | transform: scale(1.01); |
| 5583 | 5585 | background-color: #444; |
| 5584 | - transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out; /* Smooth transition */ | |
| 5586 | + /* Smooth transition */ | |
| 5587 | + transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out; | |
| 5585 | 5588 | } |
| 5586 | 5589 | |
| 5587 | 5590 | .model-card.selected { |
| @@ -5610,11 +5613,14 @@ body:not(.movingUI) .drawer-content.maximized { | ||
| 5610 | 5613 | min-width: 120px; |
| 5611 | 5614 | } |
| 5612 | 5615 | |
| 5613 | -.model-class, .model-context-length, .model-date-added { | |
| 5616 | +.model-class, | |
| 5617 | +.model-context-length, | |
| 5618 | +.model-date-added { | |
| 5614 | 5619 | font-size: 10px; |
| 5615 | 5620 | } |
| 5616 | 5621 | |
| 5617 | 5622 | .model-class, .model-context-length { |
| 5623 | +.model-context-length { | |
| 5618 | 5624 | margin-bottom: 5px; |
| 5619 | 5625 | } |
| 5620 | 5626 | |
| @@ -5667,7 +5673,9 @@ body:not(.movingUI) .drawer-content.maximized { | ||
| 5667 | 5673 | align-items: stretch; |
| 5668 | 5674 | } |
| 5669 | 5675 | |
| 5670 | - .model-info, .model-details, .model-date-added { | |
| 5676 | + .model-info, | |
| 5677 | + .model-details, | |
| 5678 | + .model-date-added { | |
| 5671 | 5679 | width: 100%; |
| 5672 | 5680 | text-align: left; |
| 5673 | 5681 | } |