2018-01-28 23:22:43 +11:00
|
|
|
/*トゥートボックス向けCSS*/
|
|
|
|
#post-box {
|
2018-01-31 03:43:01 +11:00
|
|
|
position: fixed;
|
2018-07-28 07:25:12 +10:00
|
|
|
left: 78px;
|
|
|
|
bottom: -500px;
|
2018-07-07 03:51:48 +10:00
|
|
|
background-color: var(--postbox);
|
2018-01-28 23:22:43 +11:00
|
|
|
border: thin solid gray;
|
2018-07-28 07:25:12 +10:00
|
|
|
z-index: 501;
|
2018-05-02 14:14:03 +10:00
|
|
|
width: 300px;
|
|
|
|
min-width:300px;
|
2018-01-28 23:22:43 +11:00
|
|
|
max-width:100%;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
.cancel {
|
2018-02-18 03:44:03 +11:00
|
|
|
font-size: 0.5rem;
|
2018-01-28 23:22:43 +11:00
|
|
|
color: gray;
|
|
|
|
cursor: pointer;
|
2018-05-02 14:14:03 +10:00
|
|
|
position: absolute;
|
|
|
|
width: 60px;
|
|
|
|
right: 0px;
|
2018-01-28 23:22:43 +11:00
|
|
|
}
|
|
|
|
.more-show {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#drag {
|
|
|
|
width: 100%;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
#post-btn {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#vis {
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
#cw-text {
|
|
|
|
display: none;
|
|
|
|
}
|
2019-01-22 03:25:40 +11:00
|
|
|
#sch-box {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#sch-box input {
|
|
|
|
width:auto;
|
|
|
|
}
|
|
|
|
.picker__close, .picker__today, .picker__clear {
|
|
|
|
color: #26a69a !important;
|
|
|
|
}
|
2018-01-28 23:22:43 +11:00
|
|
|
.cw {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.sensitive {
|
|
|
|
filter: blur(50px);
|
|
|
|
}
|
|
|
|
#emoji {
|
|
|
|
position: fixed;
|
2018-09-14 02:25:43 +10:00
|
|
|
bottom: 40px;
|
2018-01-28 23:22:43 +11:00
|
|
|
width: 300px;
|
2018-09-14 02:25:43 +10:00
|
|
|
height: 380px;
|
2018-03-14 17:52:55 +11:00
|
|
|
z-index: 502;
|
2018-01-28 23:22:43 +11:00
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
#emoji-list {
|
|
|
|
width: 100%;
|
2018-09-14 02:25:43 +10:00
|
|
|
height: calc(100% - 130px);
|
2018-01-28 23:22:43 +11:00
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
#preview-field {
|
|
|
|
display: none;
|
|
|
|
}
|
2018-03-13 04:41:38 +11:00
|
|
|
#default-emoji a{
|
|
|
|
color:white;
|
2018-03-31 13:39:06 +11:00
|
|
|
margin-right:2px;
|
2018-03-13 04:41:38 +11:00
|
|
|
}
|
2018-04-16 23:58:14 +10:00
|
|
|
.character-counter{
|
|
|
|
position: relative;
|
|
|
|
top: -25px;
|
|
|
|
}
|
2018-07-19 02:05:53 +10:00
|
|
|
.trendtag{
|
|
|
|
overflow-y:scroll;
|
|
|
|
max-height:100px;
|
|
|
|
}
|
2018-09-17 21:55:00 +10:00
|
|
|
#toot-btn-field{
|
|
|
|
display:flex;
|
|
|
|
}
|
|
|
|
#toot-post-btn{
|
|
|
|
width:calc(100% - 10px); padding:0; margin-top:10px;
|
|
|
|
}
|
|
|
|
#toot-sec-btn{
|
|
|
|
width:30px; padding:0; margin-top:10px;
|
|
|
|
}
|
2018-04-16 23:58:14 +10:00
|
|
|
|
2018-03-13 04:41:38 +11:00
|
|
|
|
2018-02-18 03:44:03 +11:00
|
|
|
/*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;
|
2018-01-28 23:22:43 +11:00
|
|
|
}
|