Skip to content

Commit 2d363a1

Browse files
authored
Merge pull request matrix-org#5427 from matrix-org/t3chguy_15707
Shrink new room intro top margin to half for encryption bubble tile
2 parents 9b21437 + 3ee25da commit 2d363a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_NewRoomIntro.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ limitations under the License.
1515
*/
1616

1717
.mx_NewRoomIntro {
18-
margin: 80px 0 48px 64px;
18+
margin: 40px 0 48px 64px;
1919

2020
.mx_MiniAvatarUploader_hasAvatar:not(.mx_MiniAvatarUploader_busy):not(:hover) {
2121
&::before, &::after {

0 commit comments

Comments
 (0)