summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_modal.scss5
-rw-r--r--web/sass-files/sass/partials/_post.scss7
-rw-r--r--web/sass-files/sass/partials/_post_right.scss3
-rw-r--r--web/sass-files/sass/partials/_responsive.scss21
-rw-r--r--web/sass-files/sass/partials/_settings.scss3
-rw-r--r--web/sass-files/sass/partials/_signup.scss7
6 files changed, 34 insertions, 12 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index 9d4e62bc3..2136b9ffb 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -9,7 +9,6 @@
}
.more-table {
margin: 0;
- table-layout: fixed;
p {
font-size: 0.9em;
overflow: hidden;
@@ -57,12 +56,8 @@
&.td--action {
text-align: right;
padding: 8px 15px 8px 8px;
- width: 80px;
vertical-align: middle;
position: relative;
- &.lg {
- width: 110px;
- }
}
}
}
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 5d0985fc0..0847318c1 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -225,9 +225,6 @@ body.ios {
position: absolute;
height: 100%;
-webkit-overflow-scrolling: touch;
- &::-webkit-scrollbar {
- width: 0px !important;
- }
&.active {
display: inline;
}
@@ -383,6 +380,10 @@ body.ios {
min-height: 25px;
display: block;
@include opacity(0.7);
+ white-space: nowrap;
+ width: 80%;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
}
}
diff --git a/web/sass-files/sass/partials/_post_right.scss b/web/sass-files/sass/partials/_post_right.scss
index 01be9e288..2b48fd2c2 100644
--- a/web/sass-files/sass/partials/_post_right.scss
+++ b/web/sass-files/sass/partials/_post_right.scss
@@ -75,8 +75,7 @@
min-width: 1px;
display: block;
height: 20px;
- max-width: 200px;
- @include clearfix;
+ max-width: 230px;
}
.post-create-footer {
width: 100%;
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 1a8e3f374..b724b8ced 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -118,6 +118,12 @@
.comment-icon__container {
visibility: visible;
+ display: none;
+
+ &.icon--show {
+ display: inline-block;
+ }
+
}
.post-list__content & {
@@ -610,8 +616,21 @@
top: 13px;
}
.team__header {
- display: none;
@include clearfix;
+ pointer-events: none;
+
+ .user__name {
+ display: none;
+ }
+
+ .team__name {
+ margin: 10px 0;
+ }
+
+ .navbar-right {
+ display: none;
+ }
+
}
.search__form {
display: block;
diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss
index c79b54922..8508ce6fc 100644
--- a/web/sass-files/sass/partials/_settings.scss
+++ b/web/sass-files/sass/partials/_settings.scss
@@ -354,6 +354,9 @@
border-radius: 0;
font-weight: 400;
position: relative;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
}
}
diff --git a/web/sass-files/sass/partials/_signup.scss b/web/sass-files/sass/partials/_signup.scss
index 81fe037f7..38ae14d7d 100644
--- a/web/sass-files/sass/partials/_signup.scss
+++ b/web/sass-files/sass/partials/_signup.scss
@@ -5,6 +5,11 @@
line-height: 33px;
padding: 0 1em 0.2em;
background: #EEE;
+
+ .fa {
+ margin-right: 5px;
+ }
+
}
.signup-team__container {
padding: 100px 0px 50px 0px;
@@ -110,7 +115,7 @@
.signup-team-login {
padding-bottom: 10px;
- font-weight: 700;
+ font-weight: 600;
}
.signup-team__name {