Skip to content

Commit b27514e

Browse files
authored
More fixes
1 parent d227062 commit b27514e

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

modern-trimps.user.css

+10-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@namespace https://trimps.github.io/
44
@author Noya (original by StefGeraets)
55
@description A modern userstyle for the game Trimps. Originally developed by StefGeraets.
6-
@version 0.1.5.1
6+
@version 0.1.6.0
77
@updateURL https://github.com/ZykeDev/modern-trimps/raw/main/modern-trimps.user.css
88
@homepageURL https://github.com/ZykeDev/modern-trimps
99
==/UserStyle== */
@@ -513,6 +513,9 @@
513513
border-radius: 0.75rem;
514514
overflow: hidden;
515515
}
516+
#logBtnGroup {
517+
height: 1.6vh;
518+
}
516519
#logBtnGroup div button {
517520
font-size: 0.75rem;
518521
text-transform: uppercase;
@@ -2852,7 +2855,7 @@
28522855
.selectedHeirloomItem {
28532856
background-color: #1a202c;
28542857
border: none;
2855-
border-radius: 0.75rem;
2858+
border-radius: 0rem;
28562859
}
28572860
#selectedHeirloomTitle {
28582861
font-size: 1.875rem;
@@ -3333,7 +3336,7 @@
33333336
#boneShrineBtn {
33343337
left: initial;
33353338
right: 0 !important;
3336-
min-width: 115px;
3339+
min-width: 140px;
33373340
color: white;
33383341
background-color: #4a5568;
33393342
border: none;
@@ -3350,6 +3353,10 @@
33503353
background: #4a5568;
33513354
color: #a0aec0;
33523355
}
3356+
3357+
#boneShrineBtn.isFull {
3358+
background: #975a16;
3359+
}
33533360
}
33543361
@-moz-document url("https://trimps.github.io/updates.html") {
33553362
body {

0 commit comments

Comments
 (0)