mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Fix: Well done, riot
This commit is contained in:
		
							parent
							
								
									b3b1221dd1
								
							
						
					
					
						commit
						83fa592acb
					
				
					 1 changed files with 53 additions and 58 deletions
				
			
		| 
						 | 
				
			
			@ -31,74 +31,69 @@
 | 
			
		|||
			border-radius 4px
 | 
			
		||||
			overflow hidden
 | 
			
		||||
 | 
			
		||||
			// https://github.com/riot/riot/issues/2081
 | 
			
		||||
			> virtual
 | 
			
		||||
			> .banner
 | 
			
		||||
				height 84px
 | 
			
		||||
				background-color #f5f5f5
 | 
			
		||||
				background-size cover
 | 
			
		||||
				background-position center
 | 
			
		||||
 | 
			
		||||
			> .avatar
 | 
			
		||||
				display block
 | 
			
		||||
				position relative
 | 
			
		||||
				position absolute
 | 
			
		||||
				top 62px
 | 
			
		||||
				left 13px
 | 
			
		||||
 | 
			
		||||
				> .banner
 | 
			
		||||
					height 84px
 | 
			
		||||
					background-color #f5f5f5
 | 
			
		||||
					background-size cover
 | 
			
		||||
					background-position center
 | 
			
		||||
 | 
			
		||||
				> .avatar
 | 
			
		||||
				> img
 | 
			
		||||
					display block
 | 
			
		||||
					position absolute
 | 
			
		||||
					top 62px
 | 
			
		||||
					left 13px
 | 
			
		||||
					width 58px
 | 
			
		||||
					height 58px
 | 
			
		||||
					margin 0
 | 
			
		||||
					border solid 3px #fff
 | 
			
		||||
					border-radius 8px
 | 
			
		||||
 | 
			
		||||
					> img
 | 
			
		||||
						display block
 | 
			
		||||
						width 58px
 | 
			
		||||
						height 58px
 | 
			
		||||
						margin 0
 | 
			
		||||
						border solid 3px #fff
 | 
			
		||||
						border-radius 8px
 | 
			
		||||
			> .title
 | 
			
		||||
				display block
 | 
			
		||||
				padding 8px 0 8px 85px
 | 
			
		||||
 | 
			
		||||
				> .title
 | 
			
		||||
				> .name
 | 
			
		||||
					display block
 | 
			
		||||
					padding 8px 0 8px 85px
 | 
			
		||||
					margin 0
 | 
			
		||||
					font-weight bold
 | 
			
		||||
					line-height 16px
 | 
			
		||||
					color #656565
 | 
			
		||||
 | 
			
		||||
					> .name
 | 
			
		||||
						display block
 | 
			
		||||
				> .username
 | 
			
		||||
					display block
 | 
			
		||||
					margin 0
 | 
			
		||||
					line-height 16px
 | 
			
		||||
					font-size 0.8em
 | 
			
		||||
					color #999
 | 
			
		||||
 | 
			
		||||
			> .bio
 | 
			
		||||
				padding 0 16px
 | 
			
		||||
				font-size 0.7em
 | 
			
		||||
				color #555
 | 
			
		||||
 | 
			
		||||
			> .status
 | 
			
		||||
				padding 8px 16px
 | 
			
		||||
 | 
			
		||||
				> div
 | 
			
		||||
					display inline-block
 | 
			
		||||
					width 33%
 | 
			
		||||
 | 
			
		||||
					> p
 | 
			
		||||
						margin 0
 | 
			
		||||
						font-weight bold
 | 
			
		||||
						line-height 16px
 | 
			
		||||
						color #656565
 | 
			
		||||
						font-size 0.7em
 | 
			
		||||
						color #aaa
 | 
			
		||||
 | 
			
		||||
					> .username
 | 
			
		||||
						display block
 | 
			
		||||
						margin 0
 | 
			
		||||
						line-height 16px
 | 
			
		||||
						font-size 0.8em
 | 
			
		||||
						color #999
 | 
			
		||||
					> a
 | 
			
		||||
						font-size 1em
 | 
			
		||||
						color $theme-color
 | 
			
		||||
 | 
			
		||||
				> .bio
 | 
			
		||||
					padding 0 16px
 | 
			
		||||
					font-size 0.7em
 | 
			
		||||
					color #555
 | 
			
		||||
 | 
			
		||||
				> .status
 | 
			
		||||
					padding 8px 16px
 | 
			
		||||
 | 
			
		||||
					> div
 | 
			
		||||
						display inline-block
 | 
			
		||||
						width 33%
 | 
			
		||||
 | 
			
		||||
						> p
 | 
			
		||||
							margin 0
 | 
			
		||||
							font-size 0.7em
 | 
			
		||||
							color #aaa
 | 
			
		||||
 | 
			
		||||
						> a
 | 
			
		||||
							font-size 1em
 | 
			
		||||
							color $theme-color
 | 
			
		||||
 | 
			
		||||
				> mk-follow-button
 | 
			
		||||
					position absolute
 | 
			
		||||
					top 92px
 | 
			
		||||
					right 8px
 | 
			
		||||
			> mk-follow-button
 | 
			
		||||
				position absolute
 | 
			
		||||
				top 92px
 | 
			
		||||
				right 8px
 | 
			
		||||
 | 
			
		||||
	</style>
 | 
			
		||||
	<script>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue