Delete data screen: Remove scrollbar when no convo selected
Turns out that the welcome screen had a min-height which caused weird things when you take the window down to minimum height. It looked particularly bad with the new full-screen delete data confirmation screen.
This commit is contained in:
parent
383e02edc4
commit
2ffabdcdd9
2 changed files with 15 additions and 5 deletions
|
@ -85,10 +85,12 @@
|
|||
<div class='conversation-stack'>
|
||||
<div class='conversation placeholder'>
|
||||
<div class='conversation-header'></div>
|
||||
<div class='content'>
|
||||
<img src='images/icon_128.png' />
|
||||
<h3>{{ welcomeToSignal }}</h3>
|
||||
<p>{{ selectAContact }}</p>
|
||||
<div class='container'>
|
||||
<div class='content'>
|
||||
<img src='images/icon_128.png' />
|
||||
<h3>{{ welcomeToSignal }}</h3>
|
||||
<p>{{ selectAContact }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue