We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7bef4 commit c4fb02aCopy full SHA for c4fb02a
extension/src/content/content.styles.css
@@ -20,7 +20,7 @@
20
} */
21
22
#minusx-root {
23
- position: fixed;
+ position: relative;
24
top: 0;
25
right: 0;
26
border: 0;
@@ -50,7 +50,7 @@
50
#minusx-toggle {
51
position: absolute;
52
left: -40px;
53
- top: 50%;
+ top: 60%;
54
width: 40px;
55
background-image: url('/logo_x.svg');
56
}
@@ -97,4 +97,16 @@
97
98
/* .closed > #minusx-toggle{
99
left: -40px
100
-} */
+} */
101
+
102
+body {
103
+ display: flex !important;
104
+ flex-direction: row !important;
105
106
+}
107
108
+#root {
109
+ height: 100%;
110
111
+ flex: 1;
112
0 commit comments