diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -28,3 +28,13 @@ h1 { margin-top: 0; margin-bottom: 0; } + +.release:not([hidden]) { + display: flex; + align-items: center; + gap: 1em; +} + +.hide-release-notes .release-notes { + display: none; +} |