Просмотр исходного кода

Allow the sidebar to shrink a bit more

tags/v0.1.0
Fen Dweller 6 лет назад
Родитель
Сommit
a613bf04b7
2 измененных файлов: 7 добавлений и 3 удалений
  1. +5
    -1
      macrovision.css
  2. +2
    -2
      macrovision.html

+ 5
- 1
macrovision.css Просмотреть файл

@@ -84,7 +84,7 @@ body.toggle-entity-glow .entity-box:not(.selected) > img{
#options {
position: relative;
flex: 1 1 15vw;
min-width: 140pt;
min-width: 100pt;
display: flex;
justify-content: start;
flex-direction: column;
@@ -752,4 +752,8 @@ i.far {

.menu-text {
font-size: 24pt;
}

#options-entity-defaults > button {
word-break: break-word;
}

+ 2
- 2
macrovision.html Просмотреть файл

@@ -138,7 +138,7 @@
</div>
</span>
<div class="options-label">
Selected Entity
Entity Options
</div>
<div class="options-row">
<select id="options-selected-entity" class="options-selector">
@@ -178,7 +178,7 @@
<span id="options-view">
</span>
</div>
<h3 class="options-header" id="attribution-category-header" >Attribution</h3>
<h3 class="options-header" id="attribution-category-header" >Source</h3>
<span id="options-attribution">
<div class="options-label">
Authors


Загрузка…
Отмена
Сохранить