diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -96,6 +96,12 @@ div.material-icons { color: var(--text); } +html.read-only #open { display: none; } +html.read-only #save { display: none; } +html.read-only .edit-btn { display: none; } +html.read-only #disable-edit { display: none; } +html:not(.read-only) #enable-edit { display: none; } + h1 { margin-bottom: 12px; font-size: 42px; |