summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-02-16 19:54:30 +0500
committerHarrison Healey <harrisonmhealey@gmail.com>2017-02-16 09:54:30 -0500
commitc6ffb73999ff4374503ea57d1b1e6485a5bee472 (patch)
treea9784a52220934ab9ba1744cbddbb16ca12b3439 /webapp/sass/components
parentd60d05f2d86400faf3303e655c46c5b8d77879c4 (diff)
downloadchat-c6ffb73999ff4374503ea57d1b1e6485a5bee472.tar.gz
chat-c6ffb73999ff4374503ea57d1b1e6485a5bee472.tar.bz2
chat-c6ffb73999ff4374503ea57d1b1e6485a5bee472.zip
Multiple Ui improvements (#5398)
* PLT-5475 - Adjusting tutorials on mobile * PLT-5475 - Adjusting tutorials on mobile * PLT-5457 - Adjusting save button * PLT-5443 - Updating highllight on status compact * PLT-5413 - Team sidebar not scrolling * PLT-5358 - Maintaing aspect ratio for emojis * PLT-5411 - Removing help text from LDAP signin * PLT-5420 - Updating emoticon for headings * Updating emoji size * Updating emoji size * Removing emoticon tag * Updating emoticon sizes * Updating emoji size
Diffstat (limited to 'webapp/sass/components')
-rw-r--r--webapp/sass/components/_emoticons.scss4
-rw-r--r--webapp/sass/components/_popover.scss22
2 files changed, 9 insertions, 17 deletions
diff --git a/webapp/sass/components/_emoticons.scss b/webapp/sass/components/_emoticons.scss
index 4ae27aed4..c5c4ca936 100644
--- a/webapp/sass/components/_emoticons.scss
+++ b/webapp/sass/components/_emoticons.scss
@@ -6,7 +6,9 @@
background-size: contain;
display: inline-block;
height: 20px;
- vertical-align: text-top;
+ min-height: 1em;
+ min-width: 1em;
+ vertical-align: middle;
width: 20px;
}
diff --git a/webapp/sass/components/_popover.scss b/webapp/sass/components/_popover.scss
index b4839bd1f..6b1c57725 100644
--- a/webapp/sass/components/_popover.scss
+++ b/webapp/sass/components/_popover.scss
@@ -35,26 +35,16 @@
}
}
- .popover-dm__content {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- -ms-border-radius: 0;
- -o-border-radius: 0;
- border-radius: 0;
- max-width: 100%;
- overflow: hidden;
- padding: 5px 5px 5px 0px;
- text-overflow: ellipsis;
- margin: 0;
- font-size: 14px;
- border-top: 1px solid #ebebeb;
- border-color: rgba(221, 221, 221, 0.2);
- margin-top: 5px;
- margin-bottom: -5px;
+ .popover__row {
+ border-top: 1px solid transparent;
+ margin: 9px -15px 0;
+ padding: 9px 15px 0;
+
> a {
> i {
margin-right: 5px;
}
+
> span {
text-transform: capitalize;
}