mirror of
				https://github.com/chylex/Discord-History-Tracker.git
				synced 2025-10-31 11:17:15 +01:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			v35.2
			...
			1a6346677e
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 1a6346677e | |||
| 261be50463 | |||
| f93f5c8fdd | 
| @@ -34,8 +34,8 @@ | ||||
|  | ||||
|     <StackPanel Margin="20"> | ||||
|         <ScrollViewer MaxHeight="400"> | ||||
|             <ItemsControl Items="{Binding Items}"> | ||||
|                 <ItemsControl.ItemTemplate> | ||||
|             <ItemsRepeater Items="{Binding Items}"> | ||||
|                 <ItemsRepeater.ItemTemplate> | ||||
|                     <DataTemplate> | ||||
|                         <CheckBox IsChecked="{Binding Checked}"> | ||||
|                             <Label> | ||||
| @@ -43,8 +43,8 @@ | ||||
|                             </Label> | ||||
|                         </CheckBox> | ||||
|                     </DataTemplate> | ||||
|                 </ItemsControl.ItemTemplate> | ||||
|             </ItemsControl> | ||||
|                 </ItemsRepeater.ItemTemplate> | ||||
|             </ItemsRepeater> | ||||
|         </ScrollViewer> | ||||
|         <Panel Classes="buttons"> | ||||
|             <WrapPanel Classes="left"> | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| #app-mount > div[class*="app-"] { | ||||
| #app-mount div[class*="app-"] { | ||||
|   margin-bottom: 48px !important; | ||||
| } | ||||
|  | ||||
| @@ -8,6 +8,7 @@ | ||||
|   width: 100%; | ||||
|   height: 48px; | ||||
|   background-color: #fff; | ||||
|   z-index: 1000000; | ||||
| } | ||||
|  | ||||
| #dht-ctrl button { | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
|   background-color: #000; | ||||
|   opacity: 0.5; | ||||
|   display: block; | ||||
|   z-index: 1000; | ||||
|   z-index: 1000001; | ||||
| } | ||||
|  | ||||
| #dht-cfg { | ||||
| @@ -20,7 +20,7 @@ | ||||
|   margin-top: -131px; | ||||
|   padding: 8px; | ||||
|   background-color: #fff; | ||||
|   z-index: 1001; | ||||
|   z-index: 1000002; | ||||
| } | ||||
|  | ||||
| #dht-cfg-note { | ||||
|   | ||||
| @@ -7,6 +7,6 @@ using DHT.Utils; | ||||
|  | ||||
| namespace DHT.Utils { | ||||
| 	static class Version { | ||||
| 		public const string Tag = "35.2.0.0"; | ||||
| 		public const string Tag = "35.3.0.0"; | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user