Skip to content

Commit a63a162

Browse files
veloman-yunkankelson42
authored andcommitted
Illustration size on book tile is fixed to 48x48
1 parent c29cd8c commit a63a162

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

static/skin/index.css

+2
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@
189189
align-items: center;
190190
align-content: center;
191191
justify-content: center;
192+
width: 48px;
193+
height: 48px;
192194
margin: 10px 0 0 10px;
193195
}
194196

test/library_server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ TEST_F(LibraryServerTest, no_name_mapper_catalog_v2_individual_entry_access)
10331033
" />\n" \
10341034
" <link\n" \
10351035
" type=\"text/css\"\n" \
1036-
" href=\"/ROOT%23%3F/skin/index.css?cacheid=e0600dde\"\n" \
1036+
" href=\"/ROOT%23%3F/skin/index.css?cacheid=2781f198\"\n" \
10371037
" rel=\"Stylesheet\"\n" \
10381038
" />\n" \
10391039
" <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/ROOT%23%3F/skin/favicon/apple-touch-icon.png?cacheid=f86f8df3\">\n" \

test/server.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const ResourceCollection resources200Compressible{
6161
{ DYNAMIC_CONTENT, "/ROOT%23%3F/skin/i18n.js" },
6262
{ STATIC_CONTENT, "/ROOT%23%3F/skin/i18n.js?cacheid=071abc9a" },
6363
{ DYNAMIC_CONTENT, "/ROOT%23%3F/skin/index.css" },
64-
{ STATIC_CONTENT, "/ROOT%23%3F/skin/index.css?cacheid=e0600dde" },
64+
{ STATIC_CONTENT, "/ROOT%23%3F/skin/index.css?cacheid=2781f198" },
6565
{ DYNAMIC_CONTENT, "/ROOT%23%3F/skin/index.js" },
6666
{ STATIC_CONTENT, "/ROOT%23%3F/skin/index.js?cacheid=480ca6b4" },
6767
{ DYNAMIC_CONTENT, "/ROOT%23%3F/skin/iso6391To3.js" },
@@ -279,7 +279,7 @@ TEST_F(ServerTest, CacheIdsOfStaticResources)
279279
{
280280
/* url */ "/ROOT%23%3F/",
281281
R"EXPECTEDRESULT( href="/ROOT%23%3F/skin/kiwix.css?cacheid=2158fad9"
282-
href="/ROOT%23%3F/skin/index.css?cacheid=e0600dde"
282+
href="/ROOT%23%3F/skin/index.css?cacheid=2781f198"
283283
<link rel="apple-touch-icon" sizes="180x180" href="/ROOT%23%3F/skin/favicon/apple-touch-icon.png?cacheid=f86f8df3">
284284
<link rel="icon" type="image/png" sizes="32x32" href="/ROOT%23%3F/skin/favicon/favicon-32x32.png?cacheid=79ded625">
285285
<link rel="icon" type="image/png" sizes="16x16" href="/ROOT%23%3F/skin/favicon/favicon-16x16.png?cacheid=a986fedc">

0 commit comments

Comments
 (0)