Fixed shelf tools width for article page.

This commit is contained in:
Svetlana Rastegina 2021-03-18 18:23:56 +01:00 committed by Georgy Litvinov
parent 9b7fedc748
commit f7929dca37

View file

@ -2806,7 +2806,7 @@ span.iconControlsEditable {
padding-top: 5px;
}
.expandSwitch {
width: 20%;
width: auto;
text-align: center;
font-family: "Roboto";
font-size: 1rem;
@ -2837,6 +2837,7 @@ span.iconControlsEditable {
justify-content: flex-end;
border-bottom: 1px solid #8B4513;
background-color: #F6F6F6;
width: 100%;
}
#articleIconsWrapper {
margin-top: 25px;
@ -2849,7 +2850,7 @@ span.iconControlsEditable {
padding-right: 10px;
}
.articleButtons {
width: 10%;
/*width: 10%;*/
display: flex;
justify-content: flex-end;
}
@ -3037,6 +3038,7 @@ input#expandCB {
label.switch {
padding-top: 6px;
padding-left: 12px;
padding-right: 12px;
}
#collapseTextControl:hover {
color: #8B4513;
@ -3184,9 +3186,6 @@ label.switch >#collapseTextControl >img {
.display >div#articleWrapper {
width: 90%;
}
.expandSwitch {
font-size: 0.9rem;
}
}
@media screen and (max-width: 1300px) {
@ -3229,9 +3228,6 @@ label.switch >#collapseTextControl >img {
.display >div#articleWrapper {
width: 95%;
}
.expandSwitch {
font-size: 0.7rem;
}
}
@media screen and (max-width: 1100px) {