mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 20:44:59 +00:00
fix mobile view
This commit is contained in:
parent
d48a0f5683
commit
140e73b491
2
.env
2
.env
@ -19,7 +19,7 @@ APP_ENV=dev
|
|||||||
APP_SECRET=EDIT_ME
|
APP_SECRET=EDIT_ME
|
||||||
###< symfony/framework-bundle ###
|
###< symfony/framework-bundle ###
|
||||||
|
|
||||||
APP_VERSION=1.5.4
|
APP_VERSION=1.5.5
|
||||||
|
|
||||||
APP_NAME=KevaChat
|
APP_NAME=KevaChat
|
||||||
|
|
||||||
|
@ -32,6 +32,13 @@ a:hover
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
background-color: var(--color-default);
|
||||||
|
border: none;
|
||||||
|
color: var(--color-default);
|
||||||
|
height: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@ -41,11 +48,12 @@ body
|
|||||||
header
|
header
|
||||||
{
|
{
|
||||||
background-color: Canvas;
|
background-color: Canvas;
|
||||||
border-bottom: 1px var(--color-default) solid;
|
|
||||||
display: block;
|
display: block;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: calc(var(--container-max-width) + 2px);
|
max-width: calc(var(--container-max-width) + 2px);
|
||||||
|
padding-left: 4px;
|
||||||
|
padding-right: 4px;
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
@ -164,6 +172,7 @@ footer
|
|||||||
footer > form
|
footer > form
|
||||||
{
|
{
|
||||||
bottom: 16px;
|
bottom: 16px;
|
||||||
|
box-sizing: border-box;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 16px auto;
|
margin: 16px auto;
|
||||||
max-width: var(--container-max-width);
|
max-width: var(--container-max-width);
|
||||||
|
@ -20,16 +20,17 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if list %}
|
{% if list %}
|
||||||
•
|
•
|
||||||
<h2>
|
{% endif %}
|
||||||
{% if form.namespace.value %}
|
<h2>
|
||||||
<a href="{{ path('room_list') }}">{{ 'more...' | trans }}</a>
|
{% if form.namespace.value %}
|
||||||
{% else %}
|
<a href="{{ path('room_list') }}">{{ 'more...' | trans }}</a>
|
||||||
{{ 'more...' | trans }}
|
{% else %}
|
||||||
{% endif %}
|
{{ 'more...' | trans }}
|
||||||
</h2>
|
{% endif %}
|
||||||
<sup>
|
</h2>
|
||||||
<a href="{{ path('room_list', { feed : 'rss' }) }}" title="{{ 'RSS' | trans }}" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="currentColor" viewBox="0 0 16 16">
|
<sup>
|
||||||
<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm1.5 2.5c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1 0-2m0 4a6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1 0-2m.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3"/>
|
<a href="{{ path('room_list', { feed : 'rss' }) }}" title="{{ 'RSS' | trans }}" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="currentColor" viewBox="0 0 16 16">
|
||||||
</svg></a>
|
<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm1.5 2.5c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1 0-2m0 4a6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1 0-2m.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3"/>
|
||||||
</sup>
|
</svg></a>
|
||||||
{% endif %}
|
</sup>
|
||||||
|
<hr />
|
Loading…
x
Reference in New Issue
Block a user