Let bookmark_card input have width 100%.
This commit is contained in:
		
							parent
							
								
									adddba6c97
								
							
						
					
					
						commit
						45acdce74b
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		|  | @ -20,6 +20,7 @@ | ||||||
|     flex: 0 0 auto; |     flex: 0 0 auto; | ||||||
|     flex-direction: column; |     flex-direction: column; | ||||||
| } | } | ||||||
|  | 
 | ||||||
| .bookmark_card, | .bookmark_card, | ||||||
| .new_bookmark_card | .new_bookmark_card | ||||||
| { | { | ||||||
|  | @ -37,10 +38,18 @@ | ||||||
| 
 | 
 | ||||||
|     background-color: var(--color_secondary); |     background-color: var(--color_secondary); | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | .bookmark_card input, | ||||||
|  | .new_bookmark_card input | ||||||
|  | { | ||||||
|  |     width: 100%; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| .bookmark_card .bookmark_url | .bookmark_card .bookmark_url | ||||||
| { | { | ||||||
|     color: #aaa; |     color: #aaa; | ||||||
| } | } | ||||||
|  | 
 | ||||||
| </style> | </style> | ||||||
| </head> | </head> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue