File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name UnityForumFixer
3
3
// @namespace https://unitycoder.com/
4
- // @version 0.86 (27.04 .2025)
4
+ // @version 0.87 (26.05 .2025)
5
5
// @description Fixes For Unity Forums - https://github.com/unitycoder/UnityForumFixer
6
6
// @author unitycoder.com
7
7
// @match https://discussions.unity.com/latest
@@ -164,12 +164,12 @@ function AppendCustomCSS()
164
164
165
165
code.lang-auto, code.language-csharp { font-family: 'Fira Code', monospace; }
166
166
.select-kit .select-kit-row {padding: 0px 0px 0px 6px !important;} /* project area dropdown */
167
- /* notification dismiss button */
168
167
168
+ /* notification dismiss button */
169
169
.quick-access-panel .panel-body-bottom {position:absolute;top:0;left:0;right:0;margin:8px 0;display:flex;justify-content:flex-end;padding:0 8px;background:transparent;border:none;box-shadow:none;}
170
170
.quick-access-panel .btn.no-text.btn-default.show-all { height:20px; }
171
171
.quick-access-panel .notifications-dismiss {font-size:0.8em;padding:4px 8px;height:20px; min-width:50%;}
172
- .panel-body-contents {margin-top:30px !important;}
172
+ .panel-body-contents {margin-top:40px !important;}
173
173
174
174
img.avatar[title] { pointer-events: none; }
175
175
You can’t perform that action at this time.
0 commit comments