mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-10 09:33:51 +00:00
Moved copy-to-clipboard control next to short URL
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@mixin vertical-align {
|
||||
@mixin vertical-align($extraTransforms: '') {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
transform: translateY(-50%) $extraTransforms;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user