summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_mobile.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-04-01 23:09:49 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-04-01 23:11:27 +0500
commitf4d24b57fee5874fe4b2df929ec974392335316e (patch)
tree13fc2fa87c805cbfcd7816fc35697d32406666a4 /webapp/sass/responsive/_mobile.scss
parentd9d6a0c7837d585297047e2a606ef20c86bfdfc2 (diff)
downloadchat-f4d24b57fee5874fe4b2df929ec974392335316e.tar.gz
chat-f4d24b57fee5874fe4b2df929ec974392335316e.tar.bz2
chat-f4d24b57fee5874fe4b2df929ec974392335316e.zip
Adding the build date and the build hash
Diffstat (limited to 'webapp/sass/responsive/_mobile.scss')
-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;