1
0
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:
ksamuel
2020-08-13 15:54:50 +02:00
parent ba14ae969e
commit 8f7ed5cddc
3 changed files with 19 additions and 21 deletions

View File

@@ -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;