fix css
This commit is contained in:
		| @@ -55,8 +55,9 @@ | |||||||
|                             </svg> |                             </svg> | ||||||
|                         </div> |                         </div> | ||||||
|                     </template> |                     </template> | ||||||
|                     <div class="w-4/6 flex items-center px-4 py-2 truncate cursor-pointer"> |                     <div class="w-4/6 flex items-center px-4 py-2  cursor-pointer"> | ||||||
|                         {{ file.name }} |                         <div class="truncate max-sm:max-w-32 max-w-64">{{ file.name }}</div> | ||||||
|  |                          | ||||||
|                     </div> |                     </div> | ||||||
|                     <div class="w-2/6 py-2 cursor-pointer"> |                     <div class="w-2/6 py-2 cursor-pointer"> | ||||||
|                         {{ formatFileSize(file.size) }} |                         {{ formatFileSize(file.size) }} | ||||||
|   | |||||||
| @@ -675,6 +675,18 @@ video { | |||||||
|   width: 100%; |   width: 100%; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .max-w-32 { | ||||||
|  |   max-width: 8rem; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .max-w-48 { | ||||||
|  |   max-width: 12rem; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .max-w-64 { | ||||||
|  |   max-width: 16rem; | ||||||
|  | } | ||||||
|  |  | ||||||
| .transform { | .transform { | ||||||
|   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); |   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user