You don't have to move your neck to look from one corner to the other if you have a secondary display on the right and you use an external IDE on the secondary display.
Swap IDE and Description by rohitdhatrak
Details
Authorrohitdhatrak
LicenseNo License
Categoryleetcode
Created
Updated
Size482 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Just used display flex-direction: row-reverse to swap them
Source code
/* ==UserStyle==
@name Swap IDE and Description
@version 20211006.14.17
@namespace userstyles.world/user/rohitdhatrak
@description You don't have to move your neck to look from one corner to the other if you have a secondary display on the right and you use an external IDE on the secondary display.
@author rohitdhatrak
@license No License
==/UserStyle== */
@-moz-document domain("leetcode.com") {
.container__14Na{
flex-direction: row-reverse;
}
}