mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 07:20:31 +01:00
Update content of files
This commit is contained in:
parent
ba01d82bbb
commit
143a297b26
2 changed files with 5 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
Telegram.WebApp.onEvent('themeChanged', setThemeClass);
|
Telegram.WebApp.onEvent('themeChanged', setThemeClass);
|
||||||
setThemeClass();
|
setThemeClass();
|
||||||
</script>
|
</script>
|
||||||
<link href="/css/cafe.css?16" rel="stylesheet">
|
<link href="/css/cafe.css?17" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body style="display:none">
|
<body style="display:none">
|
||||||
<section class="cafe-page cafe-items">
|
<section class="cafe-page cafe-items">
|
||||||
|
|
|
@ -2,7 +2,7 @@ body {
|
||||||
font-family: var(--default-font);
|
font-family: var(--default-font);
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
font-weight: 500;
|
font-weight: 400;
|
||||||
background-color: var(--block-bg-color);
|
background-color: var(--block-bg-color);
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
color-scheme: var(--tg-color-scheme);
|
color-scheme: var(--tg-color-scheme);
|
||||||
|
@ -125,6 +125,9 @@ body.order-mode .cafe-items {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
.cafe-item-title {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
.cafe-item-price {
|
.cafe-item-price {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in a new issue