diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-09-15 19:35:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-15 19:35:44 -0400 |
commit | f997f017422bba2527e620000e3a938b916f25ac (patch) | |
tree | 659653476f599a437e1d16132ceed28ecbdf59b7 /ext/bg/css | |
parent | 8d2847756271a1b4eb06a27b044b4096bd21f55c (diff) |
Dictionary controller refactor (#831)
* Create new DictionaryController
* Update input disabling when modifying the database
Diffstat (limited to 'ext/bg/css')
-rw-r--r-- | ext/bg/css/settings.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/bg/css/settings.css b/ext/bg/css/settings.css index 17bb4ac0..4a49b98d 100644 --- a/ext/bg/css/settings.css +++ b/ext/bg/css/settings.css @@ -377,6 +377,11 @@ html:root[data-operating-system=openbsd] [data-hide-for-operating-system~=openbs display: none; } +#dict-groups { + display: flex; + flex-flow: column; +} + .dict-details-container { margin: 0.5em 0; } |