A simple code that moves the IM window and icons to the left side of the dashboard, as opposed to on the right side. This helps make better use of the space on the left side so the IMs won’t cover the right side of the dashboard.
Move IMs To Left Side by xserawrites
Details
Authorxserawrites
LicenseNo License
Categoryhttps://tumblr.com
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
A simple code that moves the IM window and icons to the left side of the dashboard, as opposed to on the right side. This helps make better use of the space on the left side so the IMs won’t cover the right side of the dashboard.
Source code
/* ==UserStyle==
@name Move IMs To Left Side
@version 20231010.01.52
@namespace userstyles.world/user/xserawrites
@description A simple code that moves the IM window and icons to the left side of the dashboard, as opposed to on the right side. This helps make better use of the space on the left side so the IMs won’t cover the right side of the dashboard.
@author xserawrites
@license No License
==/UserStyle== */
@-moz-document domain("tumblr.com") {
.cwvO0, .be6E9, .ogC81, .Gdf0h, .aiKUG {
right:0!important;
left:5px!important;
position:fixed;
}
.aiKUG {
width:40px!important;
}
.j17Mp {
left:57.5px!important;
right:0px!important;
bottom:20px;
}
button[aria-label="Minimize Conversation"] {
transform: rotate(90deg);
}
.cwvO0.be6E9.ogC81 .HWH8P {
left:480px!important;
right:auto!important;
}
.cwvO0.be6E9.ogC81 .j17Mp, .cwvO0.be6E9.ogC81 .HWH8P {
left:64px!important;
right:auto!important;
}
.HWH8P {
align-items:flex-start!important;
}
}