6 lines
141 B
CSS
6 lines
141 B
CSS
/* Layout stability so the timestamp doesn't reflow as digits change */
|
|
.timestamp-display {
|
|
min-width: 120px;
|
|
text-align: center;
|
|
}
|