mirror of https://github.com/vector-im/riot-web
Tweak message action bar position
This moves the message action bar up slightly to avoid covering message text.pull/21833/head
parent
66aabdca9e
commit
a2e0dc2f7e
|
@ -23,7 +23,7 @@ limitations under the License.
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: $message-action-bar-bg-color;
|
background: $message-action-bar-bg-color;
|
||||||
top: -13px;
|
top: -18px;
|
||||||
right: 8px;
|
right: 8px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue