Fixed mayber #3
+2
-5
@@ -296,6 +296,8 @@ INTERACTIVE_CSS = '''
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 0 0.5rem;
|
margin: 0 0.5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.sxng-input {
|
.sxng-input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -340,11 +342,6 @@ INTERACTIVE_CSS = '''
|
|||||||
color: var(--color-result-link, #5e81ac);
|
color: var(--color-result-link, #5e81ac);
|
||||||
background: var(--color-base-background-hover, rgba(0,0,0,0.05)) !important;
|
background: var(--color-base-background-hover, rgba(0,0,0,0.05)) !important;
|
||||||
}
|
}
|
||||||
.sxng-input-wrapper {
|
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
.sxng-input-wrapper::before {
|
.sxng-input-wrapper::before {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user