mirror of
https://github.com/duckietm/Nitro-Cool-UI.git
synced 2025-06-21 22:36:58 +00:00
small fix: chat-input
This commit is contained in:
parent
10b0591e0b
commit
47c8455b95
@ -13,7 +13,6 @@
|
||||
width: -webkit-fill-available;
|
||||
|
||||
@include media-breakpoint-down(xxl) {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
bottom: 70px;
|
||||
left: 50%;
|
||||
@ -25,7 +24,7 @@
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 5px;
|
||||
height: 2px;
|
||||
top: 1px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
@ -35,11 +34,10 @@
|
||||
}
|
||||
|
||||
.input-sizer {
|
||||
display: flex;
|
||||
display: inline-grid;
|
||||
vertical-align: top;
|
||||
height: 100%;
|
||||
padding: 0 10px;
|
||||
width: 100%;
|
||||
|
||||
&::after,
|
||||
input,
|
||||
@ -55,6 +53,12 @@
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: attr(data-value) ' ';
|
||||
|
||||
visibility: hidden;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
.colour-container {
|
||||
|
Loading…
x
Reference in New Issue
Block a user