diff options
Diffstat (limited to 'src/static/style.css')
-rw-r--r-- | src/static/style.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/static/style.css b/src/static/style.css index af60760..e3d0954 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -31,10 +31,6 @@ textarea, iframe { font-weight: bold; } -.actions { - margin-bottom: 0.2em; -} - .buttons { margin-top: 0.2em; display: flex; @@ -66,6 +62,9 @@ textarea, iframe { #header { display: flex; + column-gap: 0.32em; + align-items: center; + margin-bottom: 0.2em; } .user-info { |