mirror of
https://github.com/penpot/penpot.git
synced 2025-03-15 17:21:17 -05:00
🐛 Improved layout of share link button
This commit is contained in:
parent
334830b826
commit
464c19bf39
1 changed files with 14 additions and 0 deletions
|
@ -213,6 +213,20 @@
|
|||
overflow: hidden;
|
||||
|
||||
.link {
|
||||
&:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 50%;
|
||||
background: linear-gradient(45deg, transparent, #ffffff);
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
pointer-events: none;
|
||||
margin-left: 50%;
|
||||
}
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
color: $color-gray-50;
|
||||
line-height: 1.5;
|
||||
user-select: all;
|
||||
|
|
Loading…
Add table
Reference in a new issue