minor improvements
This commit is contained in:
		| @@ -758,10 +758,14 @@ input[type=range]::-moz-range-thumb { | ||||
| 	margin: 4px 0 0; | ||||
| } | ||||
|  | ||||
| /* Dynamically hide brightness slider label */ | ||||
| /* Dynamically hide labels */ | ||||
| .hd { | ||||
| 	display: var(--bhd); | ||||
| } | ||||
| /* Do not hide labels when in simplified mode */ | ||||
| .simplified .hd { | ||||
| 	display: var(--bhd) !important; | ||||
| } | ||||
|  | ||||
| #briwrap { | ||||
| 	min-width: 300px; | ||||
| @@ -1325,6 +1329,14 @@ TD .checkmark, TD .radiomark { | ||||
| 	top: calc(var(--sti) + 42px); | ||||
| } | ||||
|  | ||||
| #pallist.simplified { | ||||
| 	height: 300px; | ||||
| 	overflow: scroll; | ||||
| 	/* Fix shadow */ | ||||
| 	margin: 0px -16px; | ||||
| 	padding: 0px 16px; | ||||
| } | ||||
|  | ||||
| #pallist.simplified .lstI.selected { | ||||
| 	top: 42px; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Woody
					Woody