mirror of https://github.com/vector-im/riot-web
Merge pull request #5427 from matrix-org/t3chguy_15707
Shrink new room intro top margin to half for encryption bubble tilepull/21833/head
commit
2d363a195f
|
@ -15,7 +15,7 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
.mx_NewRoomIntro {
|
||||
margin: 80px 0 48px 64px;
|
||||
margin: 40px 0 48px 64px;
|
||||
|
||||
.mx_MiniAvatarUploader_hasAvatar:not(.mx_MiniAvatarUploader_busy):not(:hover) {
|
||||
&::before, &::after {
|
||||
|
|
Loading…
Reference in New Issue