about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/main/layout.scss
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-11-21 21:01:50 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-11-21 21:01:50 -0500
commit4a9bf38ef61b39e482458ba56cd1e6fea379b4d7 (patch)
treeed778402e454cbbb3945f453f6d1682f4701924a /app/assets/stylesheets/main/layout.scss
parentc260fbba4ed7cd0e7b80d5ae1316f597f9abb827 (diff)
downloadthoughts-4a9bf38ef61b39e482458ba56cd1e6fea379b4d7.tar.gz
thoughts-4a9bf38ef61b39e482458ba56cd1e6fea379b4d7.tar.bz2
thoughts-4a9bf38ef61b39e482458ba56cd1e6fea379b4d7.zip
Added "listening to" box in sidebar
Diffstat (limited to 'app/assets/stylesheets/main/layout.scss')
-rw-r--r--app/assets/stylesheets/main/layout.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main/layout.scss b/app/assets/stylesheets/main/layout.scss index ef31ada..d5fe7a7 100644 --- a/app/assets/stylesheets/main/layout.scss +++ b/app/assets/stylesheets/main/layout.scss
@@ -228,3 +228,14 @@ h2.centered {
228 text-decoration: none; 228 text-decoration: none;
229 } 229 }
230} 230}
231
232#scrobble-box {
233 img {
234 margin: 0 auto;
235 display: block;
236 }
237
238 p {
239 text-align: center;
240 }
241}