124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
124
125
126
127
128
129
130
131
132
133
134
135
136
137
|
-
-
-
-
-
-
-
|
@ border:1px solid rgba(0,0,0,0);/*avoid UI shift during drop-targeting*/
@ border-radius: 0.25em;
@ padding: 0.25em;
@ }
@ #chat-input-file > input {
@ flex: 1 0 auto;
@ }
@ .chat-timestamp {
@ font-family: monospace;
@ font-size: 0.8em;
@ white-space: pre;
@ text-align: left;
@ opacity: 0.8;
@ }
@ #chat-input-file.dragover {
@ border: 1px dashed green;
@ }
@ #chat-drop-details {
@ flex: 0 1 auto;
@ padding: 0.5em 1em;
@ margin-left: 0.5em;
|