This commit is contained in:
Galen Wolfe-Pauly 2015-06-22 22:15:17 -07:00
parent 482322c344
commit d0cd580653
2 changed files with 14 additions and 0 deletions

View File

@ -365,6 +365,7 @@ body {
position: absolute;
overflow: hidden;
max-height: 1.6rem;
white-space: nowrap;
}
#writing-container {
padding-top: 0.3rem;
@ -392,6 +393,9 @@ body {
z-index: 3;
-webkit-transition: max-height 0.2s, color 0.1s linear;
}
#messages .message:hover .attr > div {
max-width: 48rem;
}
#messages .message .ship,
#messages .message .audi > div {
cursor: pointer;
@ -520,6 +524,9 @@ a {
.audi > div:hover {
max-width: 42rem;
}
.iden > div:hover {
padding-right: 3rem;
}
.mess,
#writing {
font-size: 1.2rem;

View File

@ -310,6 +310,7 @@ body
position absolute
overflow hidden
max-height 1.6rem
white-space nowrap
// #writing-container
// #messages .message.first
@ -342,6 +343,9 @@ body
z-index 3
-webkit-transition max-height .2s, color .1s linear
#messages .message:hover .attr > div
max-width 48rem
#messages .message .ship
#messages .message .audi > div
cursor pointer
@ -470,6 +474,9 @@ a
.audi > div:hover
max-width 42rem
.iden > div:hover
padding-right 3rem
.mess
#writing
font-size 1.2rem