Revert sidebar changes

This commit is contained in:
Pavel Djundik 2018-03-03 12:46:36 +02:00
parent 1578f3eb83
commit 97ded12195
1 changed files with 1 additions and 28 deletions

View File

@ -159,25 +159,18 @@ body {
color: #3d99db; color: #3d99db;
} }
#sidebar .chan:not(.lobby)::before,
#chat .title::before {
content: none !important;
}
#sidebar { #sidebar {
width: 200px;
bottom: 43px; bottom: 43px;
} }
#footer { #footer {
width: 200px;
height: 43px; height: 43px;
} }
.context-menu-item:hover, .context-menu-item:hover,
.textcomplete-item:hover, .textcomplete-item:hover,
.textcomplete-menu .active, .textcomplete-menu .active,
.textcomplete-menu .active a, #chat .textcomplete-menu .active a,
#chat .users .user.active, #chat .users .user.active,
#sidebar, #sidebar,
#footer { #footer {
@ -185,15 +178,6 @@ body {
background-color: #002b36; background-color: #002b36;
} }
#main {
left: 200px;
}
#viewport.menu-open {
-webkit-transform: translate3d(200px, 0, 0);
transform: translate3d(200px, 0, 0);
}
#chat .time { #chat .time {
color: #586e75; color: #586e75;
} }
@ -345,17 +329,6 @@ body {
.irc-fg5 { color: #e969a7; } .irc-fg5 { color: #e969a7; }
.irc-fg12 { color: #50a8ff; } .irc-fg12 { color: #50a8ff; }
@media (max-width: 768px) {
#main {
left: 0;
}
#sidebar,
#footer {
left: -200px;
}
}
@media (max-width: 479px) { @media (max-width: 479px) {
#chat .message .from .user::before { #chat .message .from .user::before {
content: "<"; content: "<";