-
+
@@ -80,7 +76,7 @@
diff --git a/src/styles/theme/link-share.scss b/src/styles/theme/link-share.scss
index 02caca83..97d534d7 100644
--- a/src/styles/theme/link-share.scss
+++ b/src/styles/theme/link-share.scss
@@ -13,3 +13,29 @@
max-width: 100%;
}
}
+
+.link-share-list {
+ .field.has-addons {
+ .control:first-child{
+ width: 100%;
+ }
+
+ .button {
+ height: 40px;
+ }
+
+ @media screen and (max-width: $tablet) {
+ .control:first-child {
+ display: none;
+ }
+
+ .button {
+ border-radius: $radius !important;
+ }
+ }
+ }
+}
+
+.sharables-list {
+ overflow-y: auto
+}
\ No newline at end of file
|