Text and icon from fixed sized to scaleable sizes. Thanks to xet7.

This commit is contained in:
Lauri Ojansivu 2025-10-09 02:06:16 +03:00
parent 2f5670e830
commit 9737884c4b
18 changed files with 315 additions and 315 deletions

View file

@ -1,8 +1,8 @@
.rules-list {
overflow: hidden;
overflow-y: scroll;
max-height: 400px;
padding-right: 5px;
max-height: 50vh;
padding-right: 0.7vw;
}
.rules-lists-item {
display: block;
@ -33,14 +33,14 @@
.rules-add {
display: block;
overflow: auto;
margin-top: 15px;
margin-bottom: 5px;
margin-top: 2vh;
margin-bottom: 0.7vh;
}
.rules-add input {
display: inline-block;
float: right;
margin: auto;
margin-right: 10px;
margin-right: 1.3vw;
}
.rules-add button {
display: inline-block;