Skip to content

Commit 2bd442f

Browse files
authored
Update unity-forum-fixer.js
adjust dismiss button bottom margin
1 parent 7da4f8b commit 2bd442f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unity-forum-fixer.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name UnityForumFixer
33
// @namespace https://unitycoder.com/
4-
// @version 0.86 (27.04.2025)
4+
// @version 0.87 (26.05.2025)
55
// @description Fixes For Unity Forums - https://github.com/unitycoder/UnityForumFixer
66
// @author unitycoder.com
77
// @match https://discussions.unity.com/latest
@@ -164,12 +164,12 @@ function AppendCustomCSS()
164164
165165
code.lang-auto, code.language-csharp { font-family: 'Fira Code', monospace; }
166166
.select-kit .select-kit-row {padding: 0px 0px 0px 6px !important;} /* project area dropdown */
167-
/* notification dismiss button */
168167
168+
/* notification dismiss button */
169169
.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;}
170170
.quick-access-panel .btn.no-text.btn-default.show-all { height:20px; }
171171
.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;}
173173
174174
img.avatar[title] { pointer-events: none; }
175175

0 commit comments

Comments
 (0)