Skip to content

Commit 6e156de

Browse files
committed
Merge pull request #429 from RocketChat/connection-warning
Improve connection alert for mobile
2 parents 0e3e99d + 07ddd50 commit 6e156de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/stylesheets/base.less

+5
Original file line numberDiff line numberDiff line change
@@ -3358,4 +3358,9 @@ a.github-fork {
33583358
.transform(translateX(-57px));
33593359
}
33603360
}
3361+
3362+
.connection-status > .alert {
3363+
padding-top: 18px;
3364+
border-width: 0 0 1px 0;
3365+
}
33613366
}

0 commit comments

Comments
 (0)