thedesk/app/css/post.css
2018-07-28 06:25:12 +09:00

92 lines
1.2 KiB
CSS

/*トゥートボックス向けCSS*/
#post-box {
position: fixed;
left: 78px;
bottom: -500px;
background-color: var(--postbox);
border: thin solid gray;
z-index: 501;
width: 300px;
min-width:300px;
max-width:100%;
padding: 5px;
}
.cancel {
font-size: 0.5rem;
color: gray;
cursor: pointer;
position: absolute;
width: 60px;
right: 0px;
}
.more-show {
display: none;
}
#drag {
width: 100%;
height: 100px;
}
#post-btn {
display: none;
}
#vis {
text-transform: capitalize;
}
#cw-text {
display: none;
}
.cw {
display: none;
}
.sensitive {
filter: blur(50px);
}
#emoji {
position: fixed;
bottom: 120px;
right: 20px;
width: 300px;
height: 440px;
z-index: 502;
padding: 5px;
}
#emoji-list {
width: 100%;
height: calc(100% - 190px);
overflow-y: scroll;
}
#preview-field {
display: none;
}
#default-emoji a{
color:white;
margin-right:2px;
}
.character-counter{
position: relative;
top: -25px;
}
.trendtag{
overflow-y:scroll;
max-height:100px;
}
/*mini*/
.mini-post .mize{
display:none !important;
}
.mini-post #textarea{
padding:0;
}
.mini-post #post-box{
width:200px;
min-width:100px;
}
.mini-post #toot-field{
padding:0;
}
.mini-post #toot-btn-field{
padding:0;
}