Reformat styles

d5b48f89fce7e06cb344c6478447c62857d16724

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +14 -6Showing whitespace changes
public/style.css+14 -6
@@ -3963,8 +3963,10 @@ input[type="range"]::-webkit-slider-thumb {
3963 opacity: 0.5;3963 opacity: 0.5;
3964 margin: 0 5px;3964 margin: 0 5px;
3965 text-align: center;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 transition: all 250ms;3970 transition: all 250ms;
3969}3971}
39703972
@@ -5581,7 +5583,8 @@ body:not(.movingUI) .drawer-content.maximized {
5581.model-card:hover {5583.model-card:hover {
5582 transform: scale(1.01);5584 transform: scale(1.01);
5583 background-color: #444;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}
55865589
5587.model-card.selected {5590.model-card.selected {
@@ -5610,11 +5613,14 @@ body:not(.movingUI) .drawer-content.maximized {
5610 min-width: 120px;5613 min-width: 120px;
5611}5614}
56125615
5613.model-class, .model-context-length, .model-date-added {5616.model-class,
5617.model-context-length,
5618.model-date-added {
5614 font-size: 10px;5619 font-size: 10px;
5615}5620}
56165621
5617.model-class, .model-context-length {5622.model-class,
5623.model-context-length {
5618 margin-bottom: 5px;5624 margin-bottom: 5px;
5619}5625}
56205626
@@ -5667,7 +5673,9 @@ body:not(.movingUI) .drawer-content.maximized {
5667 align-items: stretch;5673 align-items: stretch;
5668 }5674 }
56695675
5670 .model-info, .model-details, .model-date-added {5676 .model-info,
5677 .model-details,
5678 .model-date-added {
5671 width: 100%;5679 width: 100%;
5672 text-align: left;5680 text-align: left;
5673 }5681 }