Various fixes for v13
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Release Creation / build (release) Successful in 53s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Release Creation / build (release) Successful in 53s
				
			This commit is contained in:
		| @@ -83,9 +83,33 @@ i.lethalfantasy { | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1.2); | ||||
| } | ||||
| .lethalfantasy .item-sheet-common { | ||||
|   overflow: auto; | ||||
| } | ||||
| .lethalfantasy .item-sheet-common .form-fields { | ||||
|   padding-top: 4px; | ||||
| } | ||||
| .lethalfantasy .item-sheet-common .form-group { | ||||
|   display: flex; | ||||
|   flex: 1; | ||||
|   flex-direction: row; | ||||
| } | ||||
| .lethalfantasy .item-sheet-common .form-group label { | ||||
|   align-content: center; | ||||
|   min-width: 10rem; | ||||
|   max-width: 10rem; | ||||
| } | ||||
| .lethalfantasy .item-sheet-common .form-group select, | ||||
| .lethalfantasy .item-sheet-common .form-group input { | ||||
|   text-align: left; | ||||
|   min-width: 12rem; | ||||
|   max-width: 12rem; | ||||
| } | ||||
| .lethalfantasy .item-sheet-common .form-group input[type="checkbox"] { | ||||
|   min-width: 1.2rem; | ||||
|   max-width: 1.2rem; | ||||
|   margin-right: 0.5rem; | ||||
| } | ||||
| .lethalfantasy .item-sheet-common label { | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
| @@ -95,10 +119,6 @@ i.lethalfantasy { | ||||
|   align-self: flex-start; | ||||
|   padding: 0.1rem; | ||||
|   margin-right: 0.2rem; | ||||
|   /*border-color: black; | ||||
|     border-width: 1px; | ||||
|     border-style: solid; | ||||
|     border-radius: 2%;*/ | ||||
| } | ||||
| .lethalfantasy .item-sheet-common .shift-right { | ||||
|   margin-left: 2rem; | ||||
| @@ -112,6 +132,12 @@ i.lethalfantasy { | ||||
|   background-size: 100% 100%; | ||||
|   overflow: scroll; | ||||
| } | ||||
| .lethalfantasy .character-content nav.tabs [data-tab] { | ||||
|   color: #636060; | ||||
| } | ||||
| .lethalfantasy .character-content nav.tabs [data-tab].active { | ||||
|   color: #252424; | ||||
| } | ||||
| .lethalfantasy .character-content input:disabled, | ||||
| .lethalfantasy .character-content select:disabled { | ||||
|   background-color: rgba(0, 0, 0, 0.2); | ||||
| @@ -730,6 +756,12 @@ i.lethalfantasy { | ||||
|   background-size: 100% 100%; | ||||
|   overflow: scroll; | ||||
| } | ||||
| .lethalfantasy .monster-content nav.tabs [data-tab] { | ||||
|   color: #636060; | ||||
| } | ||||
| .lethalfantasy .monster-content nav.tabs [data-tab].active { | ||||
|   color: #252424; | ||||
| } | ||||
| .lethalfantasy .monster-content input:disabled, | ||||
| .lethalfantasy .monster-content select:disabled { | ||||
|   background-color: rgba(0, 0, 0, 0.2); | ||||
| @@ -1200,6 +1232,13 @@ i.lethalfantasy { | ||||
|   background-image: var(--background-image-base); | ||||
|   background-repeat: no-repeat; | ||||
|   background-size: 100% 100%; | ||||
|   overflow: auto; | ||||
| } | ||||
| .lethalfantasy .skill-content nav.tabs [data-tab] { | ||||
|   color: #636060; | ||||
| } | ||||
| .lethalfantasy .skill-content nav.tabs [data-tab].active { | ||||
|   color: #252424; | ||||
| } | ||||
| .lethalfantasy .skill-content input:disabled, | ||||
| .lethalfantasy .skill-content select:disabled { | ||||
| @@ -1244,6 +1283,27 @@ i.lethalfantasy { | ||||
| .lethalfantasy .skill-content .form-fields { | ||||
|   padding-top: 4px; | ||||
| } | ||||
| .lethalfantasy .skill-content .form-group { | ||||
|   display: flex; | ||||
|   flex: 1; | ||||
|   flex-direction: row; | ||||
| } | ||||
| .lethalfantasy .skill-content .form-group label { | ||||
|   align-content: center; | ||||
|   min-width: 10rem; | ||||
|   max-width: 10rem; | ||||
| } | ||||
| .lethalfantasy .skill-content .form-group select, | ||||
| .lethalfantasy .skill-content .form-group input { | ||||
|   text-align: left; | ||||
|   min-width: 12rem; | ||||
|   max-width: 12rem; | ||||
| } | ||||
| .lethalfantasy .skill-content .form-group input[type="checkbox"] { | ||||
|   min-width: 1.2rem; | ||||
|   max-width: 1.2rem; | ||||
|   margin-right: 0.5rem; | ||||
| } | ||||
| .lethalfantasy .skill-content label { | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
| @@ -1253,10 +1313,6 @@ i.lethalfantasy { | ||||
|   align-self: flex-start; | ||||
|   padding: 0.1rem; | ||||
|   margin-right: 0.2rem; | ||||
|   /*border-color: black; | ||||
|     border-width: 1px; | ||||
|     border-style: solid; | ||||
|     border-radius: 2%;*/ | ||||
| } | ||||
| .lethalfantasy .skill-content .shift-right { | ||||
|   margin-left: 2rem; | ||||
| @@ -1286,6 +1342,13 @@ i.lethalfantasy { | ||||
|   background-image: var(--background-image-base); | ||||
|   background-repeat: no-repeat; | ||||
|   background-size: 100% 100%; | ||||
|   overflow: auto; | ||||
| } | ||||
| .lethalfantasy .gift-content nav.tabs [data-tab] { | ||||
|   color: #636060; | ||||
| } | ||||
| .lethalfantasy .gift-content nav.tabs [data-tab].active { | ||||
|   color: #252424; | ||||
| } | ||||
| .lethalfantasy .gift-content input:disabled, | ||||
| .lethalfantasy .gift-content select:disabled { | ||||
| @@ -1330,6 +1393,27 @@ i.lethalfantasy { | ||||
| .lethalfantasy .gift-content .form-fields { | ||||
|   padding-top: 4px; | ||||
| } | ||||
| .lethalfantasy .gift-content .form-group { | ||||
|   display: flex; | ||||
|   flex: 1; | ||||
|   flex-direction: row; | ||||
| } | ||||
| .lethalfantasy .gift-content .form-group label { | ||||
|   align-content: center; | ||||
|   min-width: 10rem; | ||||
|   max-width: 10rem; | ||||
| } | ||||
| .lethalfantasy .gift-content .form-group select, | ||||
| .lethalfantasy .gift-content .form-group input { | ||||
|   text-align: left; | ||||
|   min-width: 12rem; | ||||
|   max-width: 12rem; | ||||
| } | ||||
| .lethalfantasy .gift-content .form-group input[type="checkbox"] { | ||||
|   min-width: 1.2rem; | ||||
|   max-width: 1.2rem; | ||||
|   margin-right: 0.5rem; | ||||
| } | ||||
| .lethalfantasy .gift-content label { | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
| @@ -1339,10 +1423,6 @@ i.lethalfantasy { | ||||
|   align-self: flex-start; | ||||
|   padding: 0.1rem; | ||||
|   margin-right: 0.2rem; | ||||
|   /*border-color: black; | ||||
|     border-width: 1px; | ||||
|     border-style: solid; | ||||
|     border-radius: 2%;*/ | ||||
| } | ||||
| .lethalfantasy .gift-content .shift-right { | ||||
|   margin-left: 2rem; | ||||
| @@ -1372,6 +1452,13 @@ i.lethalfantasy { | ||||
|   background-image: var(--background-image-base); | ||||
|   background-repeat: no-repeat; | ||||
|   background-size: 100% 100%; | ||||
|   overflow: auto; | ||||
| } | ||||
| .lethalfantasy .weapon-content nav.tabs [data-tab] { | ||||
|   color: #636060; | ||||
| } | ||||
| .lethalfantasy .weapon-content nav.tabs [data-tab].active { | ||||
|   color: #252424; | ||||
| } | ||||
| .lethalfantasy .weapon-content input:disabled, | ||||
| .lethalfantasy .weapon-content select:disabled { | ||||
| @@ -1416,6 +1503,27 @@ i.lethalfantasy { | ||||
| .lethalfantasy .weapon-content .form-fields { | ||||
|   padding-top: 4px; | ||||
| } | ||||
| .lethalfantasy .weapon-content .form-group { | ||||
|   display: flex; | ||||
|   flex: 1; | ||||
|   flex-direction: row; | ||||
| } | ||||
| .lethalfantasy .weapon-content .form-group label { | ||||
|   align-content: center; | ||||
|   min-width: 10rem; | ||||
|   max-width: 10rem; | ||||
| } | ||||
| .lethalfantasy .weapon-content .form-group select, | ||||
| .lethalfantasy .weapon-content .form-group input { | ||||
|   text-align: left; | ||||
|   min-width: 12rem; | ||||
|   max-width: 12rem; | ||||
| } | ||||
| .lethalfantasy .weapon-content .form-group input[type="checkbox"] { | ||||
|   min-width: 1.2rem; | ||||
|   max-width: 1.2rem; | ||||
|   margin-right: 0.5rem; | ||||
| } | ||||
| .lethalfantasy .weapon-content label { | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
| @@ -1425,10 +1533,6 @@ i.lethalfantasy { | ||||
|   align-self: flex-start; | ||||
|   padding: 0.1rem; | ||||
|   margin-right: 0.2rem; | ||||
|   /*border-color: black; | ||||
|     border-width: 1px; | ||||
|     border-style: solid; | ||||
|     border-radius: 2%;*/ | ||||
| } | ||||
| .lethalfantasy .weapon-content .shift-right { | ||||
|   margin-left: 2rem; | ||||
| @@ -1450,6 +1554,13 @@ i.lethalfantasy { | ||||
|   background-image: var(--background-image-base); | ||||
|   background-repeat: no-repeat; | ||||
|   background-size: 100% 100%; | ||||
|   overflow: auto; | ||||
| } | ||||
| .lethalfantasy .armor-content nav.tabs [data-tab] { | ||||
|   color: #636060; | ||||
| } | ||||
| .lethalfantasy .armor-content nav.tabs [data-tab].active { | ||||
|   color: #252424; | ||||
| } | ||||
| .lethalfantasy .armor-content input:disabled, | ||||
| .lethalfantasy .armor-content select:disabled { | ||||
| @@ -1494,6 +1605,27 @@ i.lethalfantasy { | ||||
| .lethalfantasy .armor-content .form-fields { | ||||
|   padding-top: 4px; | ||||
| } | ||||
| .lethalfantasy .armor-content .form-group { | ||||
|   display: flex; | ||||
|   flex: 1; | ||||
|   flex-direction: row; | ||||
| } | ||||
| .lethalfantasy .armor-content .form-group label { | ||||
|   align-content: center; | ||||
|   min-width: 10rem; | ||||
|   max-width: 10rem; | ||||
| } | ||||
| .lethalfantasy .armor-content .form-group select, | ||||
| .lethalfantasy .armor-content .form-group input { | ||||
|   text-align: left; | ||||
|   min-width: 12rem; | ||||
|   max-width: 12rem; | ||||
| } | ||||
| .lethalfantasy .armor-content .form-group input[type="checkbox"] { | ||||
|   min-width: 1.2rem; | ||||
|   max-width: 1.2rem; | ||||
|   margin-right: 0.5rem; | ||||
| } | ||||
| .lethalfantasy .armor-content label { | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
| @@ -1503,10 +1635,6 @@ i.lethalfantasy { | ||||
|   align-self: flex-start; | ||||
|   padding: 0.1rem; | ||||
|   margin-right: 0.2rem; | ||||
|   /*border-color: black; | ||||
|     border-width: 1px; | ||||
|     border-style: solid; | ||||
|     border-radius: 2%;*/ | ||||
| } | ||||
| .lethalfantasy .armor-content .shift-right { | ||||
|   margin-left: 2rem; | ||||
| @@ -1528,6 +1656,13 @@ i.lethalfantasy { | ||||
|   background-image: var(--background-image-base); | ||||
|   background-repeat: no-repeat; | ||||
|   background-size: 100% 100%; | ||||
|   overflow: auto; | ||||
| } | ||||
| .lethalfantasy .spell-content nav.tabs [data-tab] { | ||||
|   color: #636060; | ||||
| } | ||||
| .lethalfantasy .spell-content nav.tabs [data-tab].active { | ||||
|   color: #252424; | ||||
| } | ||||
| .lethalfantasy .spell-content input:disabled, | ||||
| .lethalfantasy .spell-content select:disabled { | ||||
| @@ -1572,6 +1707,27 @@ i.lethalfantasy { | ||||
| .lethalfantasy .spell-content .form-fields { | ||||
|   padding-top: 4px; | ||||
| } | ||||
| .lethalfantasy .spell-content .form-group { | ||||
|   display: flex; | ||||
|   flex: 1; | ||||
|   flex-direction: row; | ||||
| } | ||||
| .lethalfantasy .spell-content .form-group label { | ||||
|   align-content: center; | ||||
|   min-width: 10rem; | ||||
|   max-width: 10rem; | ||||
| } | ||||
| .lethalfantasy .spell-content .form-group select, | ||||
| .lethalfantasy .spell-content .form-group input { | ||||
|   text-align: left; | ||||
|   min-width: 12rem; | ||||
|   max-width: 12rem; | ||||
| } | ||||
| .lethalfantasy .spell-content .form-group input[type="checkbox"] { | ||||
|   min-width: 1.2rem; | ||||
|   max-width: 1.2rem; | ||||
|   margin-right: 0.5rem; | ||||
| } | ||||
| .lethalfantasy .spell-content label { | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
| @@ -1581,10 +1737,6 @@ i.lethalfantasy { | ||||
|   align-self: flex-start; | ||||
|   padding: 0.1rem; | ||||
|   margin-right: 0.2rem; | ||||
|   /*border-color: black; | ||||
|     border-width: 1px; | ||||
|     border-style: solid; | ||||
|     border-radius: 2%;*/ | ||||
| } | ||||
| .lethalfantasy .spell-content .shift-right { | ||||
|   margin-left: 2rem; | ||||
| @@ -1606,6 +1758,13 @@ i.lethalfantasy { | ||||
|   background-image: var(--background-image-base); | ||||
|   background-repeat: no-repeat; | ||||
|   background-size: 100% 100%; | ||||
|   overflow: auto; | ||||
| } | ||||
| .lethalfantasy .vulnerability-content nav.tabs [data-tab] { | ||||
|   color: #636060; | ||||
| } | ||||
| .lethalfantasy .vulnerability-content nav.tabs [data-tab].active { | ||||
|   color: #252424; | ||||
| } | ||||
| .lethalfantasy .vulnerability-content input:disabled, | ||||
| .lethalfantasy .vulnerability-content select:disabled { | ||||
| @@ -1650,6 +1809,27 @@ i.lethalfantasy { | ||||
| .lethalfantasy .vulnerability-content .form-fields { | ||||
|   padding-top: 4px; | ||||
| } | ||||
| .lethalfantasy .vulnerability-content .form-group { | ||||
|   display: flex; | ||||
|   flex: 1; | ||||
|   flex-direction: row; | ||||
| } | ||||
| .lethalfantasy .vulnerability-content .form-group label { | ||||
|   align-content: center; | ||||
|   min-width: 10rem; | ||||
|   max-width: 10rem; | ||||
| } | ||||
| .lethalfantasy .vulnerability-content .form-group select, | ||||
| .lethalfantasy .vulnerability-content .form-group input { | ||||
|   text-align: left; | ||||
|   min-width: 12rem; | ||||
|   max-width: 12rem; | ||||
| } | ||||
| .lethalfantasy .vulnerability-content .form-group input[type="checkbox"] { | ||||
|   min-width: 1.2rem; | ||||
|   max-width: 1.2rem; | ||||
|   margin-right: 0.5rem; | ||||
| } | ||||
| .lethalfantasy .vulnerability-content label { | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
| @@ -1659,10 +1839,6 @@ i.lethalfantasy { | ||||
|   align-self: flex-start; | ||||
|   padding: 0.1rem; | ||||
|   margin-right: 0.2rem; | ||||
|   /*border-color: black; | ||||
|     border-width: 1px; | ||||
|     border-style: solid; | ||||
|     border-radius: 2%;*/ | ||||
| } | ||||
| .lethalfantasy .vulnerability-content .shift-right { | ||||
|   margin-left: 2rem; | ||||
| @@ -1730,6 +1906,13 @@ i.lethalfantasy { | ||||
|   background-image: var(--background-image-base); | ||||
|   background-repeat: no-repeat; | ||||
|   background-size: 100% 100%; | ||||
|   overflow: auto; | ||||
| } | ||||
| .lethalfantasy .equipment-content nav.tabs [data-tab] { | ||||
|   color: #636060; | ||||
| } | ||||
| .lethalfantasy .equipment-content nav.tabs [data-tab].active { | ||||
|   color: #252424; | ||||
| } | ||||
| .lethalfantasy .equipment-content input:disabled, | ||||
| .lethalfantasy .equipment-content select:disabled { | ||||
| @@ -1774,6 +1957,27 @@ i.lethalfantasy { | ||||
| .lethalfantasy .equipment-content .form-fields { | ||||
|   padding-top: 4px; | ||||
| } | ||||
| .lethalfantasy .equipment-content .form-group { | ||||
|   display: flex; | ||||
|   flex: 1; | ||||
|   flex-direction: row; | ||||
| } | ||||
| .lethalfantasy .equipment-content .form-group label { | ||||
|   align-content: center; | ||||
|   min-width: 10rem; | ||||
|   max-width: 10rem; | ||||
| } | ||||
| .lethalfantasy .equipment-content .form-group select, | ||||
| .lethalfantasy .equipment-content .form-group input { | ||||
|   text-align: left; | ||||
|   min-width: 12rem; | ||||
|   max-width: 12rem; | ||||
| } | ||||
| .lethalfantasy .equipment-content .form-group input[type="checkbox"] { | ||||
|   min-width: 1.2rem; | ||||
|   max-width: 1.2rem; | ||||
|   margin-right: 0.5rem; | ||||
| } | ||||
| .lethalfantasy .equipment-content label { | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
| @@ -1783,10 +1987,6 @@ i.lethalfantasy { | ||||
|   align-self: flex-start; | ||||
|   padding: 0.1rem; | ||||
|   margin-right: 0.2rem; | ||||
|   /*border-color: black; | ||||
|     border-width: 1px; | ||||
|     border-style: solid; | ||||
|     border-radius: 2%;*/ | ||||
| } | ||||
| .lethalfantasy .equipment-content .shift-right { | ||||
|   margin-left: 2rem; | ||||
| @@ -1808,6 +2008,13 @@ i.lethalfantasy { | ||||
|   background-image: var(--background-image-base); | ||||
|   background-repeat: no-repeat; | ||||
|   background-size: 100% 100%; | ||||
|   overflow: auto; | ||||
| } | ||||
| .lethalfantasy .shield-content nav.tabs [data-tab] { | ||||
|   color: #636060; | ||||
| } | ||||
| .lethalfantasy .shield-content nav.tabs [data-tab].active { | ||||
|   color: #252424; | ||||
| } | ||||
| .lethalfantasy .shield-content input:disabled, | ||||
| .lethalfantasy .shield-content select:disabled { | ||||
| @@ -1852,6 +2059,27 @@ i.lethalfantasy { | ||||
| .lethalfantasy .shield-content .form-fields { | ||||
|   padding-top: 4px; | ||||
| } | ||||
| .lethalfantasy .shield-content .form-group { | ||||
|   display: flex; | ||||
|   flex: 1; | ||||
|   flex-direction: row; | ||||
| } | ||||
| .lethalfantasy .shield-content .form-group label { | ||||
|   align-content: center; | ||||
|   min-width: 10rem; | ||||
|   max-width: 10rem; | ||||
| } | ||||
| .lethalfantasy .shield-content .form-group select, | ||||
| .lethalfantasy .shield-content .form-group input { | ||||
|   text-align: left; | ||||
|   min-width: 12rem; | ||||
|   max-width: 12rem; | ||||
| } | ||||
| .lethalfantasy .shield-content .form-group input[type="checkbox"] { | ||||
|   min-width: 1.2rem; | ||||
|   max-width: 1.2rem; | ||||
|   margin-right: 0.5rem; | ||||
| } | ||||
| .lethalfantasy .shield-content label { | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
| @@ -1861,10 +2089,6 @@ i.lethalfantasy { | ||||
|   align-self: flex-start; | ||||
|   padding: 0.1rem; | ||||
|   margin-right: 0.2rem; | ||||
|   /*border-color: black; | ||||
|     border-width: 1px; | ||||
|     border-style: solid; | ||||
|     border-radius: 2%;*/ | ||||
| } | ||||
| .lethalfantasy .shield-content .shift-right { | ||||
|   margin-left: 2rem; | ||||
| @@ -1886,6 +2110,13 @@ i.lethalfantasy { | ||||
|   background-image: var(--background-image-base); | ||||
|   background-repeat: no-repeat; | ||||
|   background-size: 100% 100%; | ||||
|   overflow: auto; | ||||
| } | ||||
| .lethalfantasy .miracle-content nav.tabs [data-tab] { | ||||
|   color: #636060; | ||||
| } | ||||
| .lethalfantasy .miracle-content nav.tabs [data-tab].active { | ||||
|   color: #252424; | ||||
| } | ||||
| .lethalfantasy .miracle-content input:disabled, | ||||
| .lethalfantasy .miracle-content select:disabled { | ||||
| @@ -1930,6 +2161,27 @@ i.lethalfantasy { | ||||
| .lethalfantasy .miracle-content .form-fields { | ||||
|   padding-top: 4px; | ||||
| } | ||||
| .lethalfantasy .miracle-content .form-group { | ||||
|   display: flex; | ||||
|   flex: 1; | ||||
|   flex-direction: row; | ||||
| } | ||||
| .lethalfantasy .miracle-content .form-group label { | ||||
|   align-content: center; | ||||
|   min-width: 10rem; | ||||
|   max-width: 10rem; | ||||
| } | ||||
| .lethalfantasy .miracle-content .form-group select, | ||||
| .lethalfantasy .miracle-content .form-group input { | ||||
|   text-align: left; | ||||
|   min-width: 12rem; | ||||
|   max-width: 12rem; | ||||
| } | ||||
| .lethalfantasy .miracle-content .form-group input[type="checkbox"] { | ||||
|   min-width: 1.2rem; | ||||
|   max-width: 1.2rem; | ||||
|   margin-right: 0.5rem; | ||||
| } | ||||
| .lethalfantasy .miracle-content label { | ||||
|   font-family: var(--font-secondary); | ||||
|   font-size: calc(var(--font-size-standard) * 1); | ||||
| @@ -1939,10 +2191,6 @@ i.lethalfantasy { | ||||
|   align-self: flex-start; | ||||
|   padding: 0.1rem; | ||||
|   margin-right: 0.2rem; | ||||
|   /*border-color: black; | ||||
|     border-width: 1px; | ||||
|     border-style: solid; | ||||
|     border-radius: 2%;*/ | ||||
| } | ||||
| .lethalfantasy .miracle-content .shift-right { | ||||
|   margin-left: 2rem; | ||||
| @@ -2119,8 +2367,9 @@ i.lethalfantasy { | ||||
|   padding-bottom: 0; | ||||
|   width: max-content; | ||||
|   margin: 0; | ||||
|   color: #252424; | ||||
| } | ||||
| #token-hud .hp-loss-wrap .hud-loss-hp-button-select { | ||||
|   padding-left: 8px; | ||||
|   font-size: 0.7rem; | ||||
|   font-size: 0.9rem; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user