Gradients
This commit is contained in:
@@ -642,7 +642,7 @@ const keyboard_event = evt => {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
background-color: var(--layer_2_color);
|
||||
background: var(--body_background);
|
||||
}
|
||||
|
||||
/* Headerbar (row 1) */
|
||||
@@ -731,7 +731,6 @@ const keyboard_event = evt => {
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
transition: left 0.5s, right 0.5s;
|
||||
background-color: var(--layer_2_color);
|
||||
z-index: 1;
|
||||
}
|
||||
.toolbar.toolbar_visible { left: 0; }
|
||||
|
@@ -75,9 +75,13 @@ const share_tumblr = () => {
|
||||
border-radius: 16px;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
transition: left 0.5s;
|
||||
opacity: 0;
|
||||
transition: left 0.4s, opacity 0.4s;
|
||||
}
|
||||
.visible {
|
||||
left: 8em;
|
||||
opacity: 1;
|
||||
}
|
||||
.visible { left: 8em; }
|
||||
.button_full_width {
|
||||
width: calc(100% - 6px);
|
||||
}
|
||||
|
@@ -103,7 +103,7 @@ const code = async file => {
|
||||
|
||||
<style>
|
||||
.container {
|
||||
background: var(--layer_3_color);
|
||||
background: var(--body_background);
|
||||
position: relative;
|
||||
text-align: left;
|
||||
height: 100%;
|
||||
|
Reference in New Issue
Block a user