summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-02 17:06:39 -0400
committerryderr <r@okfoc.us>2014-10-02 17:06:39 -0400
commit38035a719a34dfa9ddef11ad2643df74de3fa685 (patch)
tree694906102b218e638568776ee9dd88a6d97ae0aa
parent39ad93be5d54f10f986526a1308603733342dd65 (diff)
wallpaper window width
-rwxr-xr-xpublic/assets/stylesheets/app.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 6825470..f7bda65 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1276,7 +1276,7 @@ iframe.embed {
.wallpaper {
right: 80px;
margin-top: 77px;
- width: 162px;
+ width: 172px;
-webkit-transition: -webkit-transform 0.1s ease-in-out;
-webkit-transform: translateX(400px);
transition: transform 0.1s ease-in-out;