mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
previous paste css firefox
This commit is contained in:
parent
0c18aae662
commit
784b07de14
@ -558,7 +558,9 @@ nav ul li a:hover {
|
||||
padding: 10px;
|
||||
display: block;
|
||||
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,
|
||||
|
@ -24,7 +24,7 @@ var app = new Vue({
|
||||
data: {
|
||||
previousPastes: [],
|
||||
displayBottomToolBar: false,
|
||||
openPreviousPastesMenu: false,
|
||||
openPreviousPastesMenu: true,
|
||||
readerMode: false,
|
||||
isUploading: false,
|
||||
btcCopied: false,
|
||||
|
Loading…
Reference in New Issue
Block a user