diff options
-rw-r--r-- | config.h | 2 | ||||
-rw-r--r-- | plugins/style/style.c | 2 | ||||
-rw-r--r-- | plugins/style/style.h | 2 | ||||
-rw-r--r-- | plugins/style/style.js | 3 | ||||
-rwxr-xr-x | rose | bin | 43280 -> 43280 bytes |
5 files changed, 6 insertions, 3 deletions
@@ -19,7 +19,7 @@ #define WIDTH 1920 // 960 for half-width, 1920 for full width #define HEIGHT 1080 -#define SEARCH_BAR_SIZE 500 +#define SEARCH_BAR_SIZE 1000 #define KEY(x) GDK_KEY_##x #define ZOOM 1.6 /* Starting zoom level.*/ #define ZOOM_VAL .1 /* Zooming value in zoomin/zoomout functions */ diff --git a/plugins/style/style.c b/plugins/style/style.c index 147cd11..baaaaa8 100644 --- a/plugins/style/style.c +++ b/plugins/style/style.c @@ -1,7 +1,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#define STYLE_N 6765 + 100 +#define STYLE_N 6715 + 1000 void read_style_js(char* string) { diff --git a/plugins/style/style.h b/plugins/style/style.h index 0a3978d..0e7fb5d 100644 --- a/plugins/style/style.h +++ b/plugins/style/style.h @@ -1,7 +1,7 @@ #ifndef STYLE #define STYLE -#define STYLE_N 6765 + 100 +#define STYLE_N 6715 + 1000 void read_style_js(char* string); diff --git a/plugins/style/style.js b/plugins/style/style.js index e93a307..4ec3e86 100644 --- a/plugins/style/style.js +++ b/plugins/style/style.js @@ -96,6 +96,9 @@ if (document.domain == "twitter.com") { [aria-label^="Timeline: Conversation"]{ margin-left: 145px; } + [data-testid^="DMDrawer"]{ + display: none; + } /* Delete a few unused or annoying elements */ [aria-label^="Verified Orgs"] { Binary files differ |