diaspora/app/assets/stylesheets/chat.scss
Jonne Haß c96834bdf2 Remove .css extension from SCSS files
sass-rails 5.0 deprecated those
2015-02-28 03:37:46 +01:00

7 lines
170 B
SCSS

body > .container.chat-roster-shown {
padding-right: 224px;
#back-to-top { right: 244px; }
}
body > .container.chat-roster-hidden {
#back-to-top { right: 54px; }
}