mirror of
https://github.com/smartfrigde/smartfrigde.github.io.git
synced 2024-08-14 22:46:45 +00:00
Create SettingsPopOut.css
This commit is contained in:
parent
6a4f671be8
commit
5e2f1c12df
1 changed files with 41 additions and 0 deletions
41
smartcord/SettingsPopOut.css
Normal file
41
smartcord/SettingsPopOut.css
Normal file
|
@ -0,0 +1,41 @@
|
|||
:root {
|
||||
--setting-popout-title: "App Settings";
|
||||
--guild-setting-popout-title: "Server Settings";
|
||||
--public-servers-popout-title: "Public Servers";
|
||||
--setting-popout-font: Whitney,Helvetica Neue,Helvetica,Arial,sans-serif;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1280px) and (min-height: 738px) {
|
||||
#user-settings, #server-settings {
|
||||
width: 1280px;
|
||||
height: 720px;
|
||||
padding-top: 0px;
|
||||
left: calc(calc(100% - 1280px) / 2);
|
||||
top: calc(calc(100% - 720px) / 2);
|
||||
}
|
||||
#user-settings:before {
|
||||
color: var(--text-normal);
|
||||
content: var(--setting-popout-title);
|
||||
font-weight: 600;
|
||||
font-family: var(--setting-popout-font);
|
||||
padding-left: 10px;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
#server-settings:before {
|
||||
color: var(--text-normal);
|
||||
content: var(--guild-setting-popout-title);
|
||||
font-weight: 600;
|
||||
font-family: var(--setting-popout-font);
|
||||
padding-left: 10px;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.baseLayer-35bLyl.stop-animations, .baseLayer-35bLyl.animating-rRxada {
|
||||
transform: none !important;
|
||||
pointer-events: none;
|
||||
}
|
||||
.baseLayer-35bLyl.stop-animations {
|
||||
opacity: 20% !important;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue