mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 05:38:31 +00:00
controlsGrid button/button span ellipsis
This commit is contained in:
parent
622e87d3d7
commit
eee580d58e
12
main.css
12
main.css
@ -3629,6 +3629,18 @@ div#roomnotes2 {
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.controlsGrid button {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.controlsGrid button span {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.darktheme .controlsGrid .group {
|
||||
background-color: var(--discord-grey-3);
|
||||
border: 1px solid var(--discord-grey-8);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user