mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
fixes #317
This commit is contained in:
parent
482322c344
commit
d0cd580653
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user