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 27b7c11 commit ff2689cCopy full SHA for ff2689c
src/style.css
@@ -59,3 +59,23 @@
59
[class*="prc-Overlay-Overlay"] {
60
overflow: visible !important;
61
}
62
+
63
+/*
64
+ * Override for GitHub's toolbar alignment bug
65
+ *
66
+ * When the review modal gets a vertical scrollbar, GitHub's media query
67
+ * incorrectly applies justify-content: flex-end to the toolbar, causing misalignment
68
+ * of toolbar items.
69
70
+ * GitHub's problematic rule:
71
+ * @media (width > 600px) {
72
+ * .Toolbar-module__toolbar--TBvFM:last-child {
73
+ * justify-content: flex-end;
74
+ * }
75
76
77
+ * This override forces the correct alignment when the giphy field is present.
78
+ */
79
+.ghg-has-giphy-field [class*="Toolbar-module__toolbar"] {
80
+ justify-content: flex-end !important
81
+}
0 commit comments