diff options
Diffstat (limited to 'src/client/views/nodes')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index ac2b19fd6..0b720ef16 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -14,7 +14,6 @@ display: flex; width: 100%; align-items: center; - height: 100%; .audiobox-dictation { position: relative; @@ -69,25 +68,26 @@ .time { position: relative; - height: 100%; width: 100%; font-size: $large-header; text-align: center; - top: 5; } - .buttons { + .recording-buttons { position: relative; margin-top: auto; margin-bottom: auto; - width: 25px; - width: 25px; - padding: 5px; color: $dark-gray; &:hover { color: $black; } } + + .time, .recording-buttons { + display: flex; + align-items: center; + padding: 5px; + } } .audiobox-controls { |
