2025-11-09 01:35:33 +02:00
|
|
|
body.zen div.read-only-note-info-bar-widget {
|
|
|
|
|
width: fit-content;
|
2025-11-06 02:01:30 +02:00
|
|
|
max-width: var(--max-content-width);
|
2025-11-06 01:34:39 +02:00
|
|
|
border-radius: 8px;
|
2025-11-09 01:35:33 +02:00
|
|
|
border: unset;
|
2025-11-09 17:10:23 +02:00
|
|
|
margin: 0 auto 10px auto;
|
2025-11-07 23:45:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.read-only-note-info-bar-widget-content {
|
2025-11-06 01:08:26 +02:00
|
|
|
display: flex;
|
2025-11-07 23:45:48 +02:00
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
2025-11-09 01:35:33 +02:00
|
|
|
gap: 20px;
|
2025-11-06 01:08:26 +02:00
|
|
|
}
|
|
|
|
|
|
2025-11-06 00:17:14 +02:00
|
|
|
:root div.read-only-note-info-bar-widget button {
|
2025-11-05 23:52:38 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
|
padding: 2px 8px;
|
|
|
|
|
}
|