164 lines
2.3 KiB
CSS
164 lines
2.3 KiB
CSS
/*トゥートボックス向けCSS*/
|
|
#post-box {
|
|
display: none;
|
|
position: fixed;
|
|
left: calc(50vw - 150px);
|
|
top: 50vh;
|
|
background-color: var(--postbox);
|
|
border: thin solid gray;
|
|
z-index: 501;
|
|
max-width: 100%;
|
|
padding: 0.4rem;
|
|
border-radius: 0.4rem;
|
|
overflow: hidden;
|
|
}
|
|
textarea {
|
|
min-height: 7.7rem !important;
|
|
font-family: inherit;
|
|
}
|
|
#post-box .ui-resizable-s,
|
|
#post-box .ui-resizable-se {
|
|
display: none !important;
|
|
}
|
|
|
|
.cancel {
|
|
font-size: 0.5rem;
|
|
color: gray;
|
|
cursor: pointer;
|
|
position: absolute;
|
|
right: 2px;
|
|
top: 4px;
|
|
}
|
|
.more-show {
|
|
display: none;
|
|
}
|
|
#drag {
|
|
width: 100%;
|
|
height: 100px;
|
|
}
|
|
#post-btn {
|
|
display: none;
|
|
}
|
|
#vis {
|
|
text-transform: capitalize;
|
|
}
|
|
#cw-text {
|
|
display: none;
|
|
}
|
|
#sch-box {
|
|
display: none;
|
|
}
|
|
#sch-box input {
|
|
width: auto;
|
|
}
|
|
.picker__close,
|
|
.picker__today,
|
|
.picker__clear {
|
|
color: #26a69a !important;
|
|
}
|
|
.cw {
|
|
display: none;
|
|
}
|
|
.sensitive {
|
|
filter: blur(50px);
|
|
}
|
|
#emoji {
|
|
}
|
|
#suggest, #draft {
|
|
max-height: 23rem;
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
}
|
|
#suggest {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: var(--bg);
|
|
z-index: 2;
|
|
border-radius: 0.5rem;
|
|
display: none;
|
|
max-height: 10rem;
|
|
}
|
|
#suggest a {
|
|
margin-left: 0.5rem;
|
|
margin-right: 0.5rem;
|
|
}
|
|
#emoji-list {
|
|
width: 100%;
|
|
height: 15.4rem;
|
|
overflow-y: scroll;
|
|
}
|
|
#preview-field {
|
|
display: none;
|
|
}
|
|
.preview-img {
|
|
width: 4rem;
|
|
max-height: 7.6rem;
|
|
}
|
|
.pi-wrap {
|
|
display: inline-block;
|
|
width: 3.8rem;
|
|
max-height: 7.7rem;
|
|
}
|
|
#default-emoji a {
|
|
color: var(--text);
|
|
margin-right: 0.15rem;
|
|
}
|
|
.character-counter {
|
|
position: relative;
|
|
top: -1.9rem;
|
|
}
|
|
.trendtag {
|
|
overflow-y: scroll;
|
|
max-height: 7.7rem;
|
|
}
|
|
#toot-btn-field {
|
|
display: flex;
|
|
}
|
|
#toot-post-btn {
|
|
width: calc(100% - 0.7rem);
|
|
padding: 0;
|
|
margin-top: 0.7rem;
|
|
height: 2.7rem;
|
|
}
|
|
#toot-sec-btn {
|
|
width: 2.3rem;
|
|
padding: 0;
|
|
margin-top: 0.7rem;
|
|
}
|
|
#left-side {
|
|
float: left;
|
|
overflow-x: hidden;
|
|
height: calc(100% - 2.5rem);
|
|
}
|
|
#right-side {
|
|
display: none;
|
|
float: left;
|
|
width: 23rem;
|
|
padding: 0.4rem;
|
|
overflow-x: hidden;
|
|
height: calc(100% - 2.5rem);
|
|
}
|
|
#posttgl,
|
|
#toot-post-btn {
|
|
background-color: var(--active);
|
|
color: var(--text);
|
|
}
|
|
/*mini*/
|
|
.mini-post .mize {
|
|
display: none !important;
|
|
}
|
|
.mini-post #textarea {
|
|
padding: 0;
|
|
}
|
|
.mini-post #post-box {
|
|
width: 15.4rem;
|
|
min-width: 7.7rem;
|
|
}
|
|
.mini-post #toot-field {
|
|
padding: 0;
|
|
}
|
|
.mini-post #toot-btn-field {
|
|
padding: 0;
|
|
}
|