mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-13 20:04:35 +03:00
minor
This commit is contained in:
parent
b3e4633e1f
commit
70cb0566d8
@ -311,7 +311,7 @@ body {
|
||||
}
|
||||
.message {
|
||||
padding-top: 0.3rem;
|
||||
margin-bottom: 1rem;
|
||||
margin-bottom: 0.6rem;
|
||||
}
|
||||
#messages .message .time,
|
||||
#messages .message .audi {
|
||||
@ -350,6 +350,10 @@ body {
|
||||
#messages .message:hover .attr {
|
||||
color: #555;
|
||||
}
|
||||
#messages .message.attr {
|
||||
max-height: 2rem;
|
||||
-webkit-transition: max-height 2s, color 0.1s linear;
|
||||
}
|
||||
#messages .message:hover .attr {
|
||||
max-height: 6rem;
|
||||
padding-bottom: 1rem;
|
||||
@ -421,10 +425,10 @@ a {
|
||||
.attr {
|
||||
text-align: left;
|
||||
display: inline-block;
|
||||
max-height: 1.2rem;
|
||||
margin-right: 0.3rem;
|
||||
min-width: 16rem;
|
||||
background-color: #fff;
|
||||
-webkit-transition: max-height 0.2s, color 0.1s linear;
|
||||
}
|
||||
.attr .iden {
|
||||
margin-left: 0.3rem;
|
||||
|
@ -257,7 +257,7 @@ body
|
||||
|
||||
.message
|
||||
padding-top .3rem
|
||||
margin-bottom 1rem
|
||||
margin-bottom .6rem
|
||||
|
||||
#messages .message .time
|
||||
#messages .message .audi
|
||||
@ -296,6 +296,10 @@ body
|
||||
#messages .message:hover .attr
|
||||
color #555
|
||||
|
||||
#messages .message.attr
|
||||
max-height 2rem
|
||||
-webkit-transition max-height 2s, color .1s linear
|
||||
|
||||
#messages .message:hover .attr
|
||||
max-height 6rem
|
||||
padding-bottom 1rem
|
||||
@ -367,10 +371,10 @@ a
|
||||
.attr
|
||||
text-align left
|
||||
display inline-block
|
||||
max-height 1.2rem
|
||||
margin-right .3rem
|
||||
min-width 16rem
|
||||
background-color white
|
||||
-webkit-transition max-height .2s, color .1s linear
|
||||
|
||||
.attr .iden
|
||||
margin-left .3rem
|
||||
|
Loading…
Reference in New Issue
Block a user