Styling fixes
This commit is contained in:
parent
5fe10e441b
commit
4ada18a213
@ -66,48 +66,45 @@ body {
|
|||||||
color: rgb(55, 55, 55);
|
color: rgb(55, 55, 55);
|
||||||
.main {
|
.main {
|
||||||
flex: 2;
|
flex: 2;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
.inner {
|
.inner {
|
||||||
max-width: $max-editor-width;
|
max-width: $max-editor-width;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
|
||||||
@media (max-width: $max-editor-width) {
|
// .status {
|
||||||
width: 800px;
|
// position: absolute;
|
||||||
}
|
// font-family: "iA-Mono";
|
||||||
|
// bottom: 45px;
|
||||||
.status {
|
// left: 5px;
|
||||||
position: absolute;
|
// right: 5px;
|
||||||
font-family: "iA-Mono";
|
// background-color: rgb(187, 221, 247);
|
||||||
bottom: 45px;
|
// border: rgb(41, 41, 41) 1px solid;
|
||||||
left: 5px;
|
// border-radius: 5px;
|
||||||
right: 5px;
|
// padding: 3px;
|
||||||
background-color: rgb(187, 221, 247);
|
// font-size: 15px;
|
||||||
border: rgb(41, 41, 41) 1px solid;
|
// z-index: 100;
|
||||||
border-radius: 5px;
|
// }
|
||||||
padding: 3px;
|
|
||||||
font-size: 15px;
|
|
||||||
z-index: 100;
|
|
||||||
}
|
|
||||||
|
|
||||||
.current-page {
|
.current-page {
|
||||||
font-family: var(--ui-font);
|
font-family: var(--ui-font);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
flex: 1;
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin-right: 40px;
|
// margin-right: 40px;
|
||||||
display: block;
|
display: block;
|
||||||
text-overflow: ellipsis;
|
|
||||||
direction: rtl;
|
|
||||||
text-align: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
// .icon {
|
||||||
padding-left: 5px;
|
// padding-left: 5px;
|
||||||
padding-right: 10px;
|
// padding-right: 10px;
|
||||||
}
|
// }
|
||||||
|
|
||||||
.saved {
|
.saved {
|
||||||
color: #111;
|
color: #111;
|
||||||
@ -118,9 +115,10 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.actions {
|
.actions {
|
||||||
float: right;
|
// float: right;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-top: -35px;
|
width: 40px;
|
||||||
|
// margin-top: -35px;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user