Foundry v13 migration
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Release Creation / build (release) Successful in 58s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Release Creation / build (release) Successful in 58s
				
			This commit is contained in:
		| @@ -93,6 +93,10 @@ | ||||
|     .character-characteristic { | ||||
|       display: flex; | ||||
|       align-items: center; | ||||
|       span { | ||||
|         min-width: 2.2rem; | ||||
|         max-width: 2.2rem; | ||||
|       } | ||||
|       .rollable:hover, | ||||
|       .rollable:focus { | ||||
|         text-shadow: 0 0 8px var(--color-shadow-primary); | ||||
| @@ -108,7 +112,7 @@ | ||||
|       } | ||||
|     } | ||||
|   } | ||||
|    | ||||
|  | ||||
|   .character-challenges { | ||||
|     display: flex; | ||||
|     flex-direction: column; | ||||
| @@ -218,7 +222,7 @@ | ||||
|   } | ||||
| } | ||||
|  | ||||
| .tab.character-biography { | ||||
| .tab.character-biography .main-div{ | ||||
|   .biodata { | ||||
|     display: grid; | ||||
|     grid-template-columns: repeat(4, 1fr); | ||||
| @@ -248,7 +252,7 @@ | ||||
|   } | ||||
| } | ||||
|  | ||||
| .tab.character-skills { | ||||
| .tab.character-skills .main-div{ | ||||
|   display: grid; | ||||
|   grid-template-columns: 1fr; | ||||
|   legend { | ||||
| @@ -310,7 +314,7 @@ | ||||
|   } | ||||
| } | ||||
|  | ||||
| .tab.character-equipment { | ||||
| .tab.character-equipment .main-div { | ||||
|   display: grid; | ||||
|   grid-template-columns: 1fr; | ||||
|   legend { | ||||
| @@ -349,7 +353,7 @@ | ||||
|   } | ||||
| } | ||||
|  | ||||
| .tab.character-combat { | ||||
| .tab.character-combat .main-div { | ||||
|   display: grid; | ||||
|   grid-template-columns: 1fr; | ||||
|   legend { | ||||
| @@ -497,7 +501,7 @@ | ||||
|  | ||||
| } | ||||
|  | ||||
| .tab.character-spells { | ||||
| .tab.character-spells .main-div { | ||||
|   display: grid; | ||||
|   grid-template-columns: 1fr; | ||||
|   legend { | ||||
| @@ -558,7 +562,7 @@ | ||||
|   } | ||||
| } | ||||
|  | ||||
| .tab.character-miracles { | ||||
| .tab.character-miracles .main-div { | ||||
|   display: grid; | ||||
|   grid-template-columns: 1fr; | ||||
|   legend { | ||||
|   | ||||
| @@ -5,6 +5,5 @@ | ||||
|  | ||||
| @font-face { | ||||
|   font-family: "BaskervilleBold"; | ||||
|   src: url("../fonts/baskerville-bold.ttf") format("truetype"); | ||||
|   src: url("../assets/fonts/baskerville-bold.ttf") format("truetype"); | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -19,12 +19,12 @@ | ||||
|       border: none; | ||||
|     } | ||||
|   } | ||||
|    | ||||
|  | ||||
|   .monster-pc { | ||||
|     display: flex; | ||||
|     gap: 10px; | ||||
|     flex: 1; | ||||
|      | ||||
|  | ||||
|  | ||||
|     .monster-hp { | ||||
|       display: flex; | ||||
| @@ -99,6 +99,10 @@ | ||||
|         text-shadow: 0 0 8px var(--color-shadow-primary); | ||||
|         cursor: pointer; | ||||
|       } | ||||
|       span { | ||||
|         min-width: 2.2rem; | ||||
|         max-width: 2.2rem; | ||||
|       } | ||||
|       .form-group { | ||||
|         flex: 1; | ||||
|         padding-left: 4px; | ||||
| @@ -223,7 +227,7 @@ | ||||
|   } | ||||
| } | ||||
|  | ||||
| .tab.monster-biography { | ||||
| .tab.monster-biography .main-div { | ||||
|   .biodata { | ||||
|     display: grid; | ||||
|     grid-template-columns: repeat(4, 1fr); | ||||
| @@ -248,7 +252,7 @@ | ||||
|   } | ||||
| } | ||||
|  | ||||
| .tab.monster-skills { | ||||
| .tab.monster-skills .main-div{ | ||||
|   display: grid; | ||||
|   grid-template-columns: 1fr; | ||||
|   legend { | ||||
| @@ -462,4 +466,3 @@ | ||||
|     min-height: 150px; | ||||
|   } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user