mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	merge: fix url preview spacing for very narrow viewports (!852)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/852 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
		
						commit
						a723ece4b6
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -382,11 +382,14 @@ onUnmounted(() => {
 | 
			
		|||
				position: absolute;
 | 
			
		||||
				width: 56px;
 | 
			
		||||
				height: 100%;
 | 
			
		||||
 | 
			
		||||
				& + .body {
 | 
			
		||||
					left: 56px;
 | 
			
		||||
					width: calc(100% - 56px);
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			> .body {
 | 
			
		||||
				left: 56px;
 | 
			
		||||
				width: calc(100% - 56px);
 | 
			
		||||
				padding: 4px;
 | 
			
		||||
 | 
			
		||||
				> .header {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue