mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Layout
* make main-contents slightly wider to prevent overlaps * make classes listview name column slightly wider to prevent overlap
This commit is contained in:
@@ -2378,7 +2378,7 @@ a.modelviewer-close {
|
|||||||
|
|
||||||
.layout {
|
.layout {
|
||||||
min-width: 980px;
|
min-width: 980px;
|
||||||
max-width: 1240px;
|
max-width: 1340px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -15869,7 +15869,7 @@ Listview.templates = {
|
|||||||
td.style.borderLeft = 'none';
|
td.style.borderLeft = 'none';
|
||||||
|
|
||||||
// force minimum width to fix overlap display bug
|
// force minimum width to fix overlap display bug
|
||||||
td.style.width = '225px';
|
td.style.width = '270px';
|
||||||
|
|
||||||
var wrapper = $WH.ce('div');
|
var wrapper = $WH.ce('div');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user