Reformat styles

d5b48f89fce7e06cb344c6478447c62857d16724

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

1 files changed, +17 -9Ignore whitespace
public/style.css+17 -9
@@ -617,11 +617,11 @@ body .panelControlBar {
617617}
618618
619619.zoomed_avatar .panelControlBar {
620620 opacity: 0;
621621}
622622
623623.zoomed_avatar:hover .panelControlBar {
624624 opacity: 1;
625625}
626626
627627.panelControlBar .drag-grabber {
@@ -3963,8 +3963,10 @@ input[type="range"]::-webkit-slider-thumb {
39633963 opacity: 0.5;
39643964 margin: 0 5px;
39653965 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+ */
39683970 transition: all 250ms;
39693971}
39703972
@@ -5581,7 +5583,8 @@ body:not(.movingUI) .drawer-content.maximized {
55815583.model-card:hover {
55825584 transform: scale(1.01);
55835585 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;
55855588}
55865589
55875590.model-card.selected {
@@ -5610,11 +5613,14 @@ body:not(.movingUI) .drawer-content.maximized {
56105613 min-width: 120px;
56115614}
56125615
5613-.model-class, .model-context-length, .model-date-added {
5616+.model-class,
5617+.model-context-length,
5618+.model-date-added {
56145619 font-size: 10px;
56155620}
56165621
56175622.model-class, .model-context-length {
5623+.model-context-length {
56185624 margin-bottom: 5px;
56195625}
56205626
@@ -5667,14 +5673,16 @@ body:not(.movingUI) .drawer-content.maximized {
56675673 align-items: stretch;
56685674 }
56695675
5670- .model-info, .model-details, .model-date-added {
5676+ .model-info,
5677+ .model-details,
5678+ .model-date-added {
56715679 width: 100%;
56725680 text-align: left;
56735681 }
56745682
56755683 #featherless_model_search_bar {
56765684 flex: 1;
56775685 flex-basis: 100%;
56785686 }
56795687
56805688}