oilandrust_obsidian-gdocs/styles.css
Olivier Rouiller db51a01e62 Add GDocs Obsidian plugin for Google Drive shortcuts.
Opens .gdoc, .gsheet, and other Workspace shortcut files in Obsidian's
Web Viewer by parsing JSON metadata (url, resource_id, or doc_id).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-04 18:24:56 +02:00

27 lines
383 B
CSS

.gdocs-error {
padding: 1.5rem;
max-width: 36rem;
}
.gdocs-error-title {
font-weight: 600;
margin-bottom: 0.5rem;
}
.gdocs-error-detail {
color: var(--text-muted);
margin-bottom: 1rem;
word-break: break-word;
}
.gdocs-error-url {
font-size: 0.85em;
word-break: break-all;
margin-bottom: 1rem;
}
.gdocs-mobile-actions {
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
}