diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-20 13:59:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 13:59:30 -0500 |
commit | 4f6309842f0926edb90907a3502c36ead465fc42 (patch) | |
tree | a5c4ef5d3be20958e111de640d4064be8ac8e99d /ext/bg/welcome.html | |
parent | 7dd06e1a64bf563ac083ab2e3ca45fb71ed40a8b (diff) |
Dictionary display updates (#1146)
* Display dictionary-list as flex
* Move styles
* Move enabled toggle
* Update details
* Disable sorting based on priority
* Update styles
* Update title color when disabled
* Update display style of secondary search dictionaries
Diffstat (limited to 'ext/bg/welcome.html')
-rw-r--r-- | ext/bg/welcome.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/ext/bg/welcome.html b/ext/bg/welcome.html index 91b58bc9..91c9f84b 100644 --- a/ext/bg/welcome.html +++ b/ext/bg/welcome.html @@ -19,14 +19,6 @@ height: calc(1em * (16 / var(--font-size-default-no-units))); top: calc(1em * (3 / var(--font-size-default-no-units))); } -.dictionary-info { - display: flex; - flex-flow: row nowrap; - align-items: center; -} -.dictionary-info-label { - margin-left: 1em; -} </style> </head> <body> @@ -314,7 +306,7 @@ <!-- Dictionary templates --> -<template id="dictionary-template"><div class="settings-item"> +<template id="dictionary-template"><div class="settings-item dictionary-item"> <div class="settings-item-inner"> <div class="settings-item-left"> <div class="settings-item-label dictionary-info"> |