diff options
author | 2021-10-02 21:27:08 +0200 | |
---|---|---|
committer | 2021-10-02 21:53:43 +0200 | |
commit | 3e6b377bb29c661b36329de5f18f69cb3ee6e01a (patch) | |
tree | fecd19a71a32b492dbfc8b057fa3143416ccf494 /apps/Notes/styles/_noteView.scss | |
parent | 49652bec567ddb75fb6041c2a34ddb37e9694f08 (diff) | |
download | my_apps-3e6b377bb29c661b36329de5f18f69cb3ee6e01a.tar.gz my_apps-3e6b377bb29c661b36329de5f18f69cb3ee6e01a.tar.bz2 my_apps-3e6b377bb29c661b36329de5f18f69cb3ee6e01a.zip |
styling refactor, player audio mode
Diffstat (limited to 'apps/Notes/styles/_noteView.scss')
-rw-r--r-- | apps/Notes/styles/_noteView.scss | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/apps/Notes/styles/_noteView.scss b/apps/Notes/styles/_noteView.scss index 51e7edd..37db6aa 100644 --- a/apps/Notes/styles/_noteView.scss +++ b/apps/Notes/styles/_noteView.scss @@ -4,22 +4,17 @@ to {opacity: 1;} } - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; animation: fade-in .3s; h2 { - padding: .75em; + padding: 1rem; font-size: 1.25em; font-weight: 600; user-select: text; } p { - padding: .75em; + padding: .5rem 1rem 1rem; line-height: 1.33; white-space: pre-line; user-select: text; |