2016-03-11 00:48:53 +00:00
|
|
|
.tool-menu {
|
|
|
|
height: 100%;
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
&.left {
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
.tool-menu-btns {
|
2020-12-17 08:16:45 +00:00
|
|
|
border-right: 1px solid var(--border-toolbar);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tool-menu-btns {
|
|
|
|
width: 40px;
|
|
|
|
height: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
padding-top: 15px;
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-panel {
|
|
|
|
padding-left: 40px;
|
|
|
|
height: 100%;
|
2020-12-17 08:16:45 +00:00
|
|
|
border-right: 1px solid var(--border-toolbar);
|
2016-03-11 00:48:53 +00:00
|
|
|
|
|
|
|
#left-panel-chat {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
#left-panel-comments {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
#left-panel-history {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-menu-full-ct {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
left: 40px;
|
|
|
|
padding-right: 40px;
|
|
|
|
top: 0;
|
|
|
|
position: absolute;
|
|
|
|
z-index: @zindex-dropdown - 5;
|
2020-12-17 08:16:45 +00:00
|
|
|
background-color: var(--background-toolbar);
|
2016-03-11 00:48:53 +00:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
2017-04-12 07:54:47 +00:00
|
|
|
|
2020-11-02 20:26:17 +00:00
|
|
|
#developer-hint, #beta-hint {
|
2017-04-12 07:54:47 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
padding: 12px 0;
|
|
|
|
background-color: #ffb400;
|
|
|
|
color: #6e4e00 !important;
|
2020-11-03 10:41:26 +00:00
|
|
|
white-space: pre;
|
2017-04-12 07:54:47 +00:00
|
|
|
line-height: 20px;
|
2017-10-13 14:36:52 +00:00
|
|
|
writing-mode: tb-rl;
|
2017-04-12 07:54:47 +00:00
|
|
|
-moz-transform: rotate(180deg);
|
|
|
|
-ms-transform: rotate(180deg);
|
|
|
|
-webkit-transform: rotate(180deg);
|
|
|
|
-o-transform: rotate(180deg);
|
|
|
|
transform: rotate(180deg);
|
2019-01-16 10:51:34 +00:00
|
|
|
cursor: default;
|
2017-09-13 08:01:30 +00:00
|
|
|
}
|