ui: defaults

This commit is contained in:
Lewis Wynne 2026-04-28 01:22:28 +01:00
parent 71a381b62a
commit 3f46b7669d
4 changed files with 138 additions and 101 deletions

View file

@ -16,25 +16,17 @@ body {
}
.guestbook-form {}
.guestbook-label {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
display: block;
}
.guestbook-input {
display: block;
margin-bottom: 0.2em;
margin-bottom: 0.4em;
}
.guestbook-textarea {
display: block;
box-sizing: border-box;
max-width: 100%;
margin-bottom: 0.2em;
margin-bottom: 0.4em;
}
.guestbook-button {
display: block;
@ -48,21 +40,16 @@ body {
max-width: 100%;
height: auto;
}
.guestbook-canvas-tools {
display: block;
}
.guestbook-canvas-tools a {
cursor: pointer;
}
.guestbook-drawing-wrap {
display: block;
margin-bottom: 0.4em;
}
.guestbook-drawing-inline a {
.guestbook-drawing-tools {
display: block;
}
.guestbook-drawing-tools a {
cursor: pointer;
}
.guestbook-drawing-content:empty {
display: none;
}
.guestbook-drawing-content {
display: block;
}
@ -91,6 +78,10 @@ body {
/* Voice notes */
.guestbook-voice-wrap {
display: block;
margin-bottom: 0.4em;
}
.guestbook-voice-controls a {
cursor: pointer;
}
.guestbook-voice-record.recording {
color: red;