Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2016-11-29 07:05:18 +01:00
parent e8ea9a5d27
commit a984f4b430
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
2 changed files with 7 additions and 5 deletions

View File

@ -56,6 +56,8 @@
padding-bottom: 5px;
font-weight: bold;
white-space: normal;
display: inline-flex;
align-items: center;
}
#shareWithList .unshare img, #shareWithList .showCruds img {
@ -89,7 +91,6 @@
padding-right: 8px;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 110px;
display: inline-block;
overflow: hidden;
vertical-align: middle;

View File

@ -74,16 +74,18 @@
font-weight: bold;
line-height: 21px;
white-space: normal;
max-width: 100%;
}
#shareWithList .sharingOptionsGroup {
position: absolute;
right: 15px;
flex-shrink: 0;
position: relative;
}
#shareWithList .sharingOptionsGroup .popovermenu {
right: -14px;
right: -6px;
top: 40px;
padding: 3px 6px;
}
#shareWithList .shareOption {
@ -103,7 +105,6 @@
padding-right: 8px;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 254px;
display: inline-block;
overflow: hidden;
vertical-align: middle;