You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/Distro/Template/enterstring.css

30 lines
436 B
CSS

html {
overflow: hidden;
padding: 0;
margin: 0;
width: 280dip;
height: max-content;
}
body {
flow: vertical;
overflow: hidden;
padding: 10dip;
padding-top: 5dip;
margin: 0;
font-rendering-mode: snap-pixel;
image-rendering: optimize-quality;
border-spacing: 10dip;
height: max-content;
}
div.row {
flow: horizontal;
border-spacing: 10dip;
vertical-align: middle;
padding: 0;
}
input[uwp] {
width: * !important;
}