mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-19 12:04:18 +02:00
changes (theres too many)
This commit is contained in:
@@ -1465,7 +1465,7 @@ select {
|
||||
}
|
||||
|
||||
.bottom-bar__section--theme {
|
||||
min-width: 228px;
|
||||
min-width: 420px;
|
||||
}
|
||||
|
||||
.bottom-bar__section--astra {
|
||||
@@ -1491,6 +1491,14 @@ select {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.bottom-bar__section-header {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.bottom-bar__section-title {
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
letter-spacing: 0.12em;
|
||||
@@ -1521,6 +1529,26 @@ select {
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.bottom-bar__theme-credit {
|
||||
color: var(--text-tertiary);
|
||||
font-size: 10px;
|
||||
line-height: 1.4;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.bottom-bar__theme-credit--link {
|
||||
color: var(--text-secondary);
|
||||
text-decoration: none;
|
||||
transition: color 140ms ease;
|
||||
}
|
||||
|
||||
.bottom-bar__theme-credit--link:hover {
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
.bottom-bar__inline--performance {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user