diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/style.scss | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/assets/style.scss b/assets/style.scss index 75b058f..b32e35c 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -513,6 +513,75 @@ p { } } +.overlay { + position: relative; + z-index: 100; +} + +.overlay-background { + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100vh; +} + +.overlay-content { + z-index: 101; + position: absolute; +} + +.personal .overlay-content { + bottom: 0; + left: 100%; +} + +.menu { + border: 2px solid black; + background-color: #dcdcdc; + color: #000000; + width: 300px; +} + +.menu-item { + padding: 4px 8px; +} + +.menu-item:hover { + background-color: rgba(0, 0, 0, 0.1); +} + +.personal-status-menu .user { + display: flex; + gap: 8px; + padding: 8px; +} + +.personal-status-menu .user .user-info { + display: flex; + flex-direction: column; +} + +.personal-status-menu .user .nick { + font-size: 1.1em; + font-weight: bold; +} +.personal-status-menu .user .jid { + font-family: Diolce; +} + +hr { + margin: 0; +} + +.status-edit { + padding: 0 8px 8px 8px; +} + +.status-edit select { + width: 100%; +} + /* font-families */ /* thai */ |