adjustment
This commit is contained in:
@ -290,6 +290,61 @@
|
||||
}
|
||||
}
|
||||
|
||||
>.file-selector {
|
||||
float: left;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
height: 30px;
|
||||
|
||||
>.selector-link {
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
|
||||
>svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
fill: var(--secondary-link-color);
|
||||
}
|
||||
|
||||
>input {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
>.selector-name {
|
||||
max-width: 130px;
|
||||
padding: 0 20px 0 4px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
+layer {
|
||||
display: none;
|
||||
margin-left: -20px;
|
||||
cursor: pointer;
|
||||
|
||||
>svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
fill: var(--red-color);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover+layer {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
>.ui-tooltip-wrapper img {
|
||||
max-width: 120px;
|
||||
max-height: 80px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
>.prompt-count {
|
||||
display: inline-block;
|
||||
color: var(--light-color);
|
||||
@ -340,6 +395,10 @@
|
||||
max-width: 240px;
|
||||
background-color: rgb(244, 244, 244);
|
||||
|
||||
audio[controls] {
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
a>svg {
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
|
Reference in New Issue
Block a user