返回提交历史
Modified
g4f/gui/client/static/css/style.css
+13
-5
XFEstudio/gpt4free
Update style.css
992eb407
代码差异
1 个文件
+13
-5
@@ -512,13 +512,15 @@ label[for="camera"] {
512
512
}
513
513
}
514
514
515
.buttons input[type="checkbox"] {
515
.buttons input[type="checkbox"],
516
.settings input[type="checkbox"] {
516
517
height: 0;
517
518
width: 0;
518
519
display: none;
519
520
}
520
521
521
.buttons label {
522
.buttons label,
523
.settings label {
522
524
cursor: pointer;
523
525
text-indent: -9999px;
524
526
width: 50px;
@@ -535,7 +537,8 @@ label[for="camera"] {
535
537
transition: 0.33s;
536
538
}
537
539
538
.buttons label:after {
540
.buttons label:after,
541
.settings label:after {
539
542
content: "";
540
543
position: absolute;
541
544
top: 50%;
@@ -548,7 +551,8 @@ label[for="camera"] {
548
551
transition: 0.33s;
549
552
}
550
553
551
.buttons input:checked+label {
554
.buttons input:checked+label,
555
.settings input:checked+label {
552
556
background: var(--accent);
553
557
}
554
558
@@ -556,13 +560,17 @@ label[for="camera"] {
556
560
left: calc(100% - 5px - 20px);
557
561
}
558
562
559
.buttons {
563
.buttons, .settings {
560
564
display: flex;
561
565
align-items: center;
562
566
justify-content: left;
563
567
width: 100%;
564
568
}
565
569
570
.settings textarea{
571
height: 20px;
572
}
573
566
574
.field {
567
575
height: fit-content;
568
576
display: flex;