fork of https://www.pling.com/p/2282313/
| gtk-3.0 | add modified css | |
| comparison.webp | add image file | |
| LICENSE | Initial commit | |
| README.md | add comparison | |
Reversal-Dark-Slim
fork of https://www.pling.com/p/2282313/
I only change the line below
from
.titlebar.default-decoration {
min-height: 24px;
padding: 6px 12px; /* source line 1378 */
}
to
.titlebar.default-decoration {
min-height: 24px;
padding: 2px 12px; /* modified line 1378 */
}
comparison