mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Started fixing CSS
This commit is contained in:
parent
2cc6bb4d89
commit
16e5d6187f
@ -1612,11 +1612,9 @@ div#pb-options {
|
||||
}
|
||||
|
||||
#sp-quickstart-container {
|
||||
left:200px;
|
||||
height:65vh;
|
||||
width:650px;
|
||||
display:inline;
|
||||
width:75%;
|
||||
float:right;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
#sp-quickstart-title {
|
||||
@ -1663,9 +1661,12 @@ div#pb-options {
|
||||
}
|
||||
|
||||
#sp-newpixel {
|
||||
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
||||
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
||||
box-sizing: border-box; /* Opera/IE 8+ */
|
||||
display: inline-block;
|
||||
width:220px;
|
||||
height:64vh;
|
||||
width:25%;
|
||||
height:65vh;
|
||||
padding:20px;
|
||||
position:relative;
|
||||
background-color:$basecolor;
|
||||
@ -1739,25 +1740,24 @@ div#pb-options {
|
||||
|
||||
#splash-news {
|
||||
position:relative;
|
||||
right:20px;
|
||||
width:26%;
|
||||
height:95%;
|
||||
top:2.5%;
|
||||
background-color: #232125 !important;
|
||||
}
|
||||
|
||||
#latest-update {
|
||||
float: right;
|
||||
width:23%;
|
||||
font-size:15px;
|
||||
width:350px !important;
|
||||
height:90%;
|
||||
overflow-y: scroll;
|
||||
overflow-x:hidden;
|
||||
overflow-x: scroll;
|
||||
line-height: 1.5;
|
||||
position:absolute;
|
||||
top:40px;
|
||||
right:0px;
|
||||
position:relative;
|
||||
top:20px;
|
||||
|
||||
img {
|
||||
width:350px;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
|
@ -274,12 +274,10 @@
|
||||
<div class="splash-news">
|
||||
<div id="latest-update">
|
||||
<h1>Latest updates</h1>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="splash-input">
|
||||
<div class="splash-menu">
|
||||
<div id="editor-logo">
|
||||
<div id="black">
|
||||
<div id="sp-coverdata">
|
||||
@ -290,6 +288,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="splash-menu">
|
||||
<div id="sp-newpixel">
|
||||
<h1>New Custom Pixel</h1>
|
||||
<!-- Editor mode-->
|
||||
@ -310,7 +309,6 @@
|
||||
<button id="palette-button-splash" class="dropdown-button">Choose a palette...</button>
|
||||
<div id="palette-menu-splash" class="dropdown-menu"><button id="load-palette-button-splash">Load palette...</button></div>
|
||||
|
||||
|
||||
<div id="new-pixel-warning">Creating a new pixel will discard your current one.</div>
|
||||
<div class="sp-np-entry">
|
||||
<button id="create-button-splash" class="default">Create</button>
|
||||
|
Loading…
Reference in New Issue
Block a user