fix: redesign
This commit is contained in:
parent
132ae2f42c
commit
3a72f873b4
|
|
@ -4,7 +4,7 @@
|
|||
<title>Image Preview</title>
|
||||
<meta charset="utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="zotero-dialog">
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
|
|
@ -17,7 +17,6 @@
|
|||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-family: initial;
|
||||
overflow: hidden;
|
||||
background: var(--material-background);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
font-family: initial;
|
||||
}
|
||||
.header-container {
|
||||
padding: 5px;
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@
|
|||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
word-wrap: break-word;
|
||||
font-family: initial;
|
||||
}
|
||||
.viewport {
|
||||
margin: 0 5px 0 5px;
|
||||
|
|
@ -76,7 +75,7 @@
|
|||
</style>
|
||||
<link rel="localization" href="__addonRef__-syncManager.ftl" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="zotero-window">
|
||||
<div class="viewport-container">
|
||||
<div id="list-container" class="viewport list-viewport">
|
||||
<div id="table-container"></div>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@
|
|||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
word-wrap: break-word;
|
||||
font-family: initial;
|
||||
}
|
||||
.viewport {
|
||||
margin: 0 5px 0 5px;
|
||||
|
|
@ -105,7 +104,7 @@
|
|||
/>
|
||||
<link rel="localization" href="__addonRef__-templateEditor.ftl" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="zotero-window">
|
||||
<div class="viewport-container">
|
||||
<div id="list-container" class="viewport list-viewport">
|
||||
<div id="table-container"></div>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
max-height: 36px;
|
||||
min-height: 36px;
|
||||
border-radius: 5px;
|
||||
font-family: Arial;
|
||||
background: transparent;
|
||||
border: none;
|
||||
text-decoration: none;
|
||||
|
|
|
|||
|
|
@ -64,7 +64,6 @@
|
|||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
word-wrap: break-word;
|
||||
font-family: initial;
|
||||
}
|
||||
#workspace-container {
|
||||
padding: 0;
|
||||
|
|
@ -76,7 +75,7 @@
|
|||
</style>
|
||||
<link rel="localization" href="__addonRef__-workspaceWindow.ftl" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="zotero-window">
|
||||
<div id="workspace-container"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue