Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit d9e35c1

Browse files
committed
content-box not border-box
1 parent 8b5220b commit d9e35c1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

plugin/res/macOSNotif.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
*/
1818
@import "macOSNotif.fonts.min.css";
1919

20+
.macOSNotif_Outer, .macOSNotif_Outer * {
21+
box-sizing: content-box;
22+
}
23+
2024
.macOSNotif_Outer {
2125
width: 430px;
2226
height: 72px;

plugin/res/macOSNotif.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)