Untitled

 avatar
unknown
plain_text
19 days ago
1.1 kB
1
Indexable
{
  "name": "Modern Comments Style",
  "description": "Enhances comments with a modern design featuring gradient borders, hover effects, and improved typography",
  "version": "1.0.0",
  "css": ".comment-view-renderer { transition: all 0.2s ease; border-radius: 12px; padding: 12px !important; margin: 8px 0; background: var(--ion-background-color); border: 1px solid rgba(255,255,255,0.1); } .comment-view-renderer:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0,0,0,0.2); border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4) 1; } .comment-title { color: var(--ion-color-primary) !important; font-weight: 600 !important; } .comment-text { font-size: 0.95rem !important; line-height: 1.5 !important; } .action-buttons { background: rgba(255,255,255,0.03); padding: 8px; border-radius: 8px; margin-top: 8px !important; } .comment-icon { border: 2px solid var(--ion-color-primary); transition: transform 0.2s ease; } .comment-view-renderer:hover .comment-icon { transform: scale(1.1); }",
  "js": "console.log('Modern Comments Style plugin activated!')"
}
Leave a Comment