mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-05 00:01:00 +00:00
Update style.css
This commit is contained in:
parent
93f6084055
commit
992eb407eb
@ -512,13 +512,15 @@ label[for="camera"] {
|
||||
}
|
||||
}
|
||||
|
||||
.buttons input[type="checkbox"] {
|
||||
.buttons input[type="checkbox"],
|
||||
.settings input[type="checkbox"] {
|
||||
height: 0;
|
||||
width: 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.buttons label {
|
||||
.buttons label,
|
||||
.settings label {
|
||||
cursor: pointer;
|
||||
text-indent: -9999px;
|
||||
width: 50px;
|
||||
@ -535,7 +537,8 @@ label[for="camera"] {
|
||||
transition: 0.33s;
|
||||
}
|
||||
|
||||
.buttons label:after {
|
||||
.buttons label:after,
|
||||
.settings label:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
@ -548,7 +551,8 @@ label[for="camera"] {
|
||||
transition: 0.33s;
|
||||
}
|
||||
|
||||
.buttons input:checked+label {
|
||||
.buttons input:checked+label,
|
||||
.settings input:checked+label {
|
||||
background: var(--accent);
|
||||
}
|
||||
|
||||
@ -556,13 +560,17 @@ label[for="camera"] {
|
||||
left: calc(100% - 5px - 20px);
|
||||
}
|
||||
|
||||
.buttons {
|
||||
.buttons, .settings {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.settings textarea{
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.field {
|
||||
height: fit-content;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user