CSS changes and IE=edge
This commit is contained in:
parent
5e9058faa6
commit
e7234f66d5
|
@ -61,10 +61,10 @@ button {
|
|||
line-height: 2em;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
padding: 50px;
|
||||
padding: 40px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 240px;
|
||||
width: 220px;
|
||||
}
|
||||
#sidebar a {
|
||||
color: #7c838d;
|
||||
|
@ -133,7 +133,7 @@ button {
|
|||
}
|
||||
#main {
|
||||
bottom: 0;
|
||||
left: 240px;
|
||||
left: 220px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
|
@ -206,7 +206,7 @@ button {
|
|||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
position: absolute;
|
||||
right: 180px;
|
||||
right: 160px;
|
||||
top: 0;
|
||||
}
|
||||
#chat .show-more {
|
||||
|
@ -293,7 +293,7 @@ button {
|
|||
display: none;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
width: 180px;
|
||||
width: 160px;
|
||||
top: 0;
|
||||
}
|
||||
#chat .active .sidebar {
|
||||
|
|
|
@ -2,10 +2,11 @@
|
|||
<html>
|
||||
<head>
|
||||
|
||||
<title>Shout — The modern IRC client</title>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<title>Shout</title>
|
||||
|
||||
<link rel="stylesheet" href="/css/normalize.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
@ -123,9 +124,7 @@
|
|||
<div class="row {{type}}">
|
||||
|
||||
<span class="from">
|
||||
<a href="#{{from}}" class="user">
|
||||
{{from}}
|
||||
</a>
|
||||
<a href="#{{from}}" class="user">{{from}}</a>
|
||||
</span>
|
||||
<span class="text">
|
||||
{{#if type}}
|
||||
|
|
Loading…
Reference in New Issue