1
0
mirror of https://github.com/foobnix/LibreraReader.git synced 2025-10-06 00:02:43 +02:00

fix sub sup formatting

This commit is contained in:
Ivan Ivanenko
2024-03-26 11:05:19 +02:00
parent a9e9602275
commit 4966f955e3
3 changed files with 25 additions and 3 deletions

18
Builder/kill_all.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/usr/bin/env bash
echo "=================="
echo "shell am force-stop"
sh ninja-adb.sh shell am force-stop com.foobnix.pro.pdf.reader
sh ninja-adb.sh shell am force-stop com.foobnix.pdf.reader
sh ninja-adb.sh shell am force-stop classic.pdf.reader.viewer.djvu.epub.fb2.txt.mobi.book.reader.lirbi.libri
sh ninja-adb.sh shell am force-stop droid.reader.book.epub.mobi.pdf.djvu.fb2.txt.azw.azw3
sh ninja-adb.sh shell am force-stop mobi.librera.book.reader
sh ninja-adb.sh shell am force-stop pdf.pdf.reader
sh ninja-adb.sh shell am force-stop tts.reader
sh ninja-adb.sh shell am force-stop epub.reader
sh ninja-adb.sh shell am force-stop com.foobnix.pdf.reader.a1
sh ninja-adb.sh shell am force-stop com.artifex.mupdf.mini.app
sh ninja-adb.sh shell am force-stop com.artifex.mupdf.viewer.app
sh ninja-adb.sh shell am force-stop mobi.librera.epub
echo "=================="

View File

@@ -1,5 +1,5 @@
#Wed Mar 20 11:42:41 EET 2024
appVersionNumberIndex=165
#Fri Mar 22 15:08:26 EET 2024
appVersionNumberIndex=166
appDB=8
appVersionNumberBase=8.9
appCodeNumber=6050
appCodeNumber=6054

View File

@@ -657,6 +657,10 @@ public class BookCSS {
builder.append("}");
// </P> end
builder.append("sub, sup{");
builder.append(String.format("line-height:%s !important;", em(lineHeight12)));
builder.append("}");
builder.append("div {");
builder.append("margin-right:0 !important;");