1
0
Fork 0

Moving extensions to subdirectory.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-24 19:40:01 +01:00
parent 85c775d27a
commit 8bea733956
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
58 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,29 @@
.helloworld-label {
font-size: 72px;
font-weight: bold;
color: #ffffff;
background-color: rgba(0,0,0,0.5);
border-radius: 5px;
padding: .5em;
}
.multimonitor-spacer {
height: 4em;
}
.multimonitor-status-indicators-box {
spacing: 0px;
}
.multimonitor-status-icon {
padding: 0 2px;
}
.workspace-thumbnails-left {
border-radius: 0 9px 9px 0;
}
.workspace-thumbnails-left:rtl {
border-radius: 9px 0 0 9px;
}