previous paste css firefox

This commit is contained in:
papee 2020-08-15 12:56:05 +02:00
parent 0c18aae662
commit 784b07de14
2 changed files with 4 additions and 2 deletions

View File

@ -558,7 +558,9 @@ nav ul li a:hover {
padding: 10px; padding: 10px;
display: block; display: block;
display: inline-table; display: inline-table;
width: -webkit-fill-available; width: -moz-available; /* WebKit-based browsers will ignore this. */
width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
width: fill-available;
} }
.submenu li a:hover, .submenu li a:hover,

View File

@ -24,7 +24,7 @@ var app = new Vue({
data: { data: {
previousPastes: [], previousPastes: [],
displayBottomToolBar: false, displayBottomToolBar: false,
openPreviousPastesMenu: false, openPreviousPastesMenu: true,
readerMode: false, readerMode: false,
isUploading: false, isUploading: false,
btcCopied: false, btcCopied: false,