0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 11:32:38 +00:00

revert toolbar changes

This commit is contained in:
Víctor Losada Hernández
2024-12-09 22:08:39 +01:00
parent 213240327d
commit 2c5c3d40df
2 changed files with 1 additions and 2 deletions

View File

@@ -200,7 +200,6 @@ const ToolBar = ({ displayOptions, currentPage, totalPages, onDisplayOptionsChan
title='Current page(s) in view'
inputMode='numeric'
pattern='[0-9]'
style={{width:`${pageNum.toString().length + 2}ch`}}
value={pageNum}
onClick={(e)=>e.target.select()}
onChange={(e)=>handlePageInput(e.target.value)}

View File

@@ -141,7 +141,7 @@
// `.text-input` if generic to all range inputs, or `#page-input` if only for current page input
&#page-input {
max-width : 7ch;
width : 4ch;
margin-right : 1ch;
text-align : center;
}