CSS changes and IE=edge

This commit is contained in:
Mattias Erming 2014-06-03 02:27:03 +02:00
parent 5e9058faa6
commit e7234f66d5
2 changed files with 9 additions and 10 deletions

View File

@ -61,10 +61,10 @@ button {
line-height: 2em; line-height: 2em;
overflow-y: auto; overflow-y: auto;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
padding: 50px; padding: 40px;
position: absolute; position: absolute;
top: 0; top: 0;
width: 240px; width: 220px;
} }
#sidebar a { #sidebar a {
color: #7c838d; color: #7c838d;
@ -133,7 +133,7 @@ button {
} }
#main { #main {
bottom: 0; bottom: 0;
left: 240px; left: 220px;
position: absolute; position: absolute;
right: 0; right: 0;
top: 0; top: 0;
@ -206,7 +206,7 @@ button {
overflow-y: auto; overflow-y: auto;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
position: absolute; position: absolute;
right: 180px; right: 160px;
top: 0; top: 0;
} }
#chat .show-more { #chat .show-more {
@ -293,7 +293,7 @@ button {
display: none; display: none;
position: absolute; position: absolute;
right: 0; right: 0;
width: 180px; width: 160px;
top: 0; top: 0;
} }
#chat .active .sidebar { #chat .active .sidebar {

View File

@ -2,10 +2,11 @@
<html> <html>
<head> <head>
<title>Shout — The modern IRC client</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui"> <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/normalize.css">
<link rel="stylesheet" href="/css/style.css"> <link rel="stylesheet" href="/css/style.css">
@ -123,9 +124,7 @@
<div class="row {{type}}"> <div class="row {{type}}">
<span class="from"> <span class="from">
<a href="#{{from}}" class="user"> <a href="#{{from}}" class="user">{{from}}</a>
{{from}}
</a>
</span> </span>
<span class="text"> <span class="text">
{{#if type}} {{#if type}}