mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Small fix on settings style and requirements
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
|
||||
/* body & other stuff */
|
||||
|
||||
|
||||
.blk-space {
|
||||
height: 20px;
|
||||
display: block;
|
||||
@@ -98,6 +97,10 @@ blockquote {
|
||||
|
||||
/* Footer */
|
||||
|
||||
/* See:
|
||||
https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/
|
||||
*/
|
||||
|
||||
#app {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
@@ -293,12 +296,6 @@ form textarea {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.previous-pastes canvas {
|
||||
display: block;
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
html.local-storage .no-local-storage {
|
||||
display: none;
|
||||
}
|
||||
@@ -421,7 +418,6 @@ nav ul li a:hover {
|
||||
}
|
||||
|
||||
.submenu ul {
|
||||
display: none;
|
||||
position: absolute;
|
||||
margin: 6px 0 0px 9px;
|
||||
width: fill-available;
|
||||
|
||||
Reference in New Issue
Block a user