1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +01:00

style.css: add diceroll styling

This commit is contained in:
Zankaria 2024-10-12 16:16:37 +02:00 committed by Zankaria
parent 7c305f58bf
commit fe7a667441

View File

@ -1042,6 +1042,20 @@ div.boardlist a {
cursor: pointer;
}
/* Inline dice */
.dice-option table {
border: 1px dotted black;
margin: 0;
border-collapse: collapse;
}
.dice-option table td {
text-align: center;
border-left: 1px dotted black;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 2px;
}
#youtube-size input {
width: 50px;
}