]> git.0d.be Git - chloro.git/commitdiff
rdio: move notes into sidebar
authorFrédéric Péters <fpeters@0d.be>
Sat, 21 Oct 2023 09:21:47 +0000 (11:21 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 21 Oct 2023 09:21:47 +0000 (11:21 +0200)
chloro/rdio/static/css/style.scss

index 5f072f6523a480456a5350af4ffbd4bf3de04550..bc78acbc401e39d0e4e4fbeb0765e3871eb54ef7 100644 (file)
@@ -196,7 +196,12 @@ article {
        }
        div.note {
                background: var(--note-background) url(yelp-note.png) 5px 10px no-repeat;
+               clear: both;
+               margin-bottom: 0.5em;
                padding: 0.2em 0.5em 0.2em 2em;
+               float: right;
+               width: 15em;
+               margin-right: -19.5em;
                p {
                        margin: 0.5em 0;
                }
@@ -436,4 +441,9 @@ article h2:hover {
                width: auto;
                position: static;
        }
+       article div.note {
+               float: none;
+               margin: 0;
+               width: auto;
+       }
 }