summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-04-04 08:13:27 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-04-04 08:13:27 -0400
commit94ab36500fff90b87f086e040c556a89176479b1 (patch)
tree8a01cd2b98aa1a20c0e2fed99d68b2f5c63cf15a /webapp/sass/responsive
parentcaa642ab7843e10b87d61158700bb32c200e356f (diff)
parent371dbfff22c523c046df537dc63764cfd2c70bd6 (diff)
downloadchat-94ab36500fff90b87f086e040c556a89176479b1.tar.gz
chat-94ab36500fff90b87f086e040c556a89176479b1.tar.bz2
chat-94ab36500fff90b87f086e040c556a89176479b1.zip
Merge pull request #2621 from asaadmahmoodspin/ui-improvements
PLT-2027- Improvements to about dialog
Diffstat (limited to 'webapp/sass/responsive')
-rw-r--r--webapp/sass/responsive/_mobile.scss34
1 files changed, 34 insertions, 0 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 0e1a471cf..4e77849ce 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -786,6 +786,40 @@
}
@media screen and (max-width: 640px) {
+ .modal {
+ .about-modal {
+ .about-modal__content {
+ display: block;
+ }
+
+ .about-modal__hash {
+ p {
+ word-break: break-all;
+
+ &:first-child {
+ float: none;
+ }
+ }
+ }
+
+ .about-modal__logo {
+ float: none;
+ padding: 0;
+ text-align: center;
+ width: 100%;
+
+ svg {
+ height: 100px;
+ width: 100px;
+ }
+ }
+
+ .about-modal__logo + div {
+ padding: 2em 0 0;
+ }
+ }
+ }
+
.access-history__table {
> div {
display: block;