mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 01:11:36 +02:00
* Fix justification 'right' vs 'left': They were flipped (durp!). Right aligned is now really that, etc. You may need to update your theme.hjson/similar!
This commit is contained in:
parent
ac1433e84b
commit
a8d5e84779
5 changed files with 23 additions and 25 deletions
|
@ -722,15 +722,15 @@
|
|||
}
|
||||
SM4: {
|
||||
width: 14
|
||||
justify: right
|
||||
justify: left
|
||||
}
|
||||
SM5: {
|
||||
width: 14
|
||||
justify: right
|
||||
justify: left
|
||||
}
|
||||
SM6: {
|
||||
width: 14
|
||||
justify: right
|
||||
justify: left
|
||||
}
|
||||
BT7: {
|
||||
focusTextStyle: first lower
|
||||
|
@ -748,15 +748,15 @@
|
|||
}
|
||||
SM3: {
|
||||
width: 14
|
||||
justify: right
|
||||
justify: left
|
||||
}
|
||||
SM4: {
|
||||
width: 14
|
||||
justify: right
|
||||
justify: left
|
||||
}
|
||||
SM5: {
|
||||
width: 14
|
||||
justify: right
|
||||
justify: left
|
||||
}
|
||||
ET6: {
|
||||
width: 26
|
||||
|
@ -826,7 +826,7 @@
|
|||
mci: {
|
||||
SM1: {
|
||||
width: 14
|
||||
justify: right
|
||||
justify: left
|
||||
focusTextStyle: first lower
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue